Release 0.9.5.91

This commit is contained in:
Andrew McMillan 2008-10-29 08:47:27 +13:00
parent a92d7ebd2f
commit a32ef07c50
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.9.5.90
0.9.5.91

View File

@ -101,7 +101,7 @@ awl_set_locale($c->default_locale);
*
*/
$c->code_version = 0;
$c->version_string = '0.9.5.90'; // The actual version # is replaced into that during the build /release process
$c->version_string = '0.9.5.91'; // 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];