mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Bump the AWL version here as well
This commit is contained in:
parent
216c253ad9
commit
dabe01657d
@ -297,7 +297,7 @@ if ( function_exists('awl_set_locale') ) {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$c->code_version = 0;
|
$c->code_version = 0;
|
||||||
$c->want_awl_version = 0.63;
|
$c->want_awl_version = 0.64;
|
||||||
$c->version_string = '0.9.9.4'; // The actual version # is replaced into that during the build /release process
|
$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) ) {
|
if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) {
|
||||||
$c->code_major = $matches[1];
|
$c->code_major = $matches[1];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user