Actually require AWL v0.65

This commit is contained in:
Andrew Ruthven 2024-04-30 20:53:30 +12:00
parent e919bce20e
commit 24f6c8be18
2 changed files with 2 additions and 2 deletions

View File

@ -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 <$< >$@
#

View File

@ -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];