diff --git a/Makefile b/Makefile index 22a79304..5688f49a 100755 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ built-locale: po/*.po # # Insert the current version number into always.php # -htdocs/always.php: inc/always.php.in scripts/build-always.sh VERSION dba/davical.sql +htdocs/always.php: inc/always.php.in scripts/build-always.sh VERSION dba/davical.sql ../awl/VERSION scripts/build-always.sh <$< >$@ # diff --git a/htdocs/always.php b/htdocs/always.php index 28d7abee..f3177b47 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -302,7 +302,7 @@ if ( function_exists('awl_set_locale') ) { * */ $c->code_version = 0; -$c->want_awl_version = '0.64'; +$c->want_awl_version = '0.65'; $c->version_string = '1.1.12'; // 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];