Updated version string.

This commit is contained in:
Andrew McMillan 2009-12-24 22:15:20 +13:00
parent 2bdd9983ae
commit f5bbff82c9

View File

@ -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];