Release 1.0.1

This commit is contained in:
Andrew McMillan 2012-01-05 12:30:52 +13:00
parent c2efe47a61
commit 067cbdc841
3 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
1.0.0
1.0.1

6
debian/changelog vendored
View File

@ -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).

View File

@ -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];