mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-27 12:59:54 +00:00
Update the DAViCal version number. D'oh!
This commit is contained in:
parent
7699b03c14
commit
6ea5e782c7
@ -173,7 +173,7 @@ init_gettext( 'davical', $c->locale_path );
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->want_awl_version = '0.47';
|
||||
$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.5'; // 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];
|
||||
$c->code_minor = $matches[2];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user