From d96691c842d84c9a4030a9fe95180182566c6b23 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 9 Oct 2009 01:15:16 -0700 Subject: [PATCH] Version number... --- inc/always.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/always.php b/inc/always.php index 25cdfb8f..6d664edf 100644 --- a/inc/always.php +++ b/inc/always.php @@ -116,7 +116,7 @@ awl_set_locale($c->default_locale); * */ $c->code_version = 0; -$c->version_string = '0.9.7.3'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.7.4'; // 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];