Version number...

This commit is contained in:
Andrew McMillan 2009-10-09 01:15:16 -07:00
parent 21885361ab
commit d96691c842

View File

@ -116,7 +116,7 @@ awl_set_locale($c->default_locale);
* *
*/ */
$c->code_version = 0; $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) ) { if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) {
$c->code_major = $matches[1]; $c->code_major = $matches[1];
$c->code_minor = $matches[2]; $c->code_minor = $matches[2];