Update the DAViCal version number. D'oh!

This commit is contained in:
Andrew McMillan 2011-09-12 14:54:49 +12:00
parent 7699b03c14
commit 6ea5e782c7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.9.9.4
0.9.9.5

View File

@ -173,7 +173,7 @@ init_gettext( 'davical', $c->locale_path );
*/
$c->code_version = 0;
$c->want_awl_version = '0.47';
$c->version_string = '0.9.9.4'; // The actual version # is replaced into that during the build /release process
$c->version_string = '0.9.9.5'; // 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];