mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-22 17:16:06 +00:00
Update required version of AWL to 0.56
This commit is contained in:
parent
5fd88ce1cb
commit
b95eade0b9
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user