mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-22 17:16:06 +00:00
Release 1.0.1
This commit is contained in:
parent
c2efe47a61
commit
067cbdc841
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
davical (1.0.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Andrew McMillan <awm@debian.org> Thu, 05 Jan 2012 12:07:18 +1300
|
||||
|
||||
davical (1.0.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release (closes:#643809, #618957).
|
||||
|
||||
@ -176,7 +176,7 @@ init_gettext( 'davical', $c->locale_path );
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->want_awl_version = '0.50';
|
||||
$c->version_string = '1.0.0'; // The actual version # is replaced into that during the build /release process
|
||||
$c->version_string = '1.0.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];
|
||||
$c->code_minor = $matches[2];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user