Fix the version of AWL we want.

We do actually want 0.62.

Closes #253.
This commit is contained in:
Andrew Ruthven 2022-02-13 01:21:17 +13:00
parent 02af0c58ee
commit 836c715a1c

View File

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