From 836c715a1c45343582bb42e85d7cf651fd72179a Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 13 Feb 2022 01:21:17 +1300 Subject: [PATCH] Fix the version of AWL we want. We do actually want 0.62. Closes #253. --- 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 92e128f0..8fcd01e6 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -289,7 +289,7 @@ if ( function_exists('awl_set_locale') ) { * */ $c->code_version = 0; -$c->want_awl_version = 0.46; +$c->want_awl_version = 0.62; $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];