From f5bbff82c91b7eecf659398e86a5900c2fbf831d Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 24 Dec 2009 22:15:20 +1300 Subject: [PATCH] Updated version string. --- inc/always.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/always.php b/inc/always.php index 136fc3fe..21dc0b5c 100644 --- a/inc/always.php +++ b/inc/always.php @@ -125,7 +125,7 @@ awl_set_locale($c->default_locale); * */ $c->code_version = 0; -$c->version_string = '0.9.7.99'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.8'; // 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];