From b95eade0b9bafc3805b583953e015239ab280220 Mon Sep 17 00:00:00 2001 From: Jim Fenton Date: Thu, 10 Dec 2015 14:04:01 -0800 Subject: [PATCH] Update required version of AWL to 0.56 --- htdocs/always.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/always.php b/htdocs/always.php index 058818a5..ae79d791 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -203,7 +203,7 @@ if ( function_exists('awl_set_locale') ) { * */ $c->code_version = 0; -$c->want_awl_version = '0.55'; +$c->want_awl_version = '0.56'; $c->version_string = '1.1.3.1'; // 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];