From 77a9bbf852b33bb64924df248f1bb1fc893e16cf Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 29 Aug 2009 14:57:20 +1200 Subject: [PATCH] Updated to release 0.9.7.1 --- inc/always.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/always.php b/inc/always.php index 7463d93b..1516932d 100644 --- a/inc/always.php +++ b/inc/always.php @@ -107,7 +107,7 @@ awl_set_locale($c->default_locale); * */ $c->code_version = 0; -$c->version_string = '0.9.7'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.7.1'; // 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];