diff --git a/VERSION b/VERSION index 8a137008..6f3c8673 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.5.90 +0.9.5.91 diff --git a/inc/always.php b/inc/always.php index 004f9c2b..b6d08d6a 100644 --- a/inc/always.php +++ b/inc/always.php @@ -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];