mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-24 02:24:39 +00:00
Preparing to release 0.9.9.3.
This commit is contained in:
parent
014df24621
commit
443aae2a52
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
davical (0.9.9.3-0) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Andrew McMillan <awm@debian.org> Fri, 24 Sep 2010 12:50:41 +1200
|
||||
|
||||
davical (0.9.9.2-0) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
@ -166,7 +166,7 @@ init_gettext( 'davical', $c->locale_path );
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->version_string = '0.9.9.2'; // The actual version # is replaced into that during the build /release process
|
||||
$c->version_string = '0.9.9.3'; // 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