From a32ef07c50a61932bc36bd10a8cf85f770283ca4 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 29 Oct 2008 08:47:27 +1300 Subject: [PATCH] Release 0.9.5.91 --- VERSION | 2 +- inc/always.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8a137008..6f3c8673 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.5.90 +0.9.5.91 diff --git a/inc/always.php b/inc/always.php index 004f9c2b..b6d08d6a 100644 --- a/inc/always.php +++ b/inc/always.php @@ -101,7 +101,7 @@ awl_set_locale($c->default_locale); * */ $c->code_version = 0; -$c->version_string = '0.9.5.90'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.5.91'; // The actual version # is replaced into that during the build /release process if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) { $c->code_major = $matches[1]; $c->code_minor = $matches[2];