diff --git a/VERSION b/VERSION index 40947dc4..b2c002a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.9.4 +0.9.9.5 diff --git a/htdocs/always.php b/htdocs/always.php index ddc8520f..662fca72 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -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];