diff --git a/htdocs/always.php b/htdocs/always.php index 058818a5..ae79d791 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -203,7 +203,7 @@ if ( function_exists('awl_set_locale') ) { * */ $c->code_version = 0; -$c->want_awl_version = '0.55'; +$c->want_awl_version = '0.56'; $c->version_string = '1.1.3.1'; // 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];