From dabe01657d59e1c7d7d0a141ee578fcc3ac3f42c Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sat, 20 Jan 2024 15:20:00 +1300 Subject: [PATCH] Bump the AWL version here as well --- inc/always.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/always.php.in b/inc/always.php.in index 015cca8c..ec6add70 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -297,7 +297,7 @@ if ( function_exists('awl_set_locale') ) { * */ $c->code_version = 0; -$c->want_awl_version = 0.63; +$c->want_awl_version = 0.64; $c->version_string = '0.9.9.4'; // 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];