Update required version of AWL to 0.56

This commit is contained in:
Jim Fenton 2015-12-10 14:04:01 -08:00
parent 5fd88ce1cb
commit b95eade0b9

View File

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