mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Actually require AWL v0.65
This commit is contained in:
parent
e919bce20e
commit
24f6c8be18
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ built-locale: po/*.po
|
||||
#
|
||||
# Insert the current version number into always.php
|
||||
#
|
||||
htdocs/always.php: inc/always.php.in scripts/build-always.sh VERSION dba/davical.sql
|
||||
htdocs/always.php: inc/always.php.in scripts/build-always.sh VERSION dba/davical.sql ../awl/VERSION
|
||||
scripts/build-always.sh <$< >$@
|
||||
|
||||
#
|
||||
|
||||
@ -302,7 +302,7 @@ if ( function_exists('awl_set_locale') ) {
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->want_awl_version = '0.64';
|
||||
$c->want_awl_version = '0.65';
|
||||
$c->version_string = '1.1.12'; // 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