From 067cbdc8419a400fd9501c399775545e0841dc00 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 5 Jan 2012 12:30:52 +1300 Subject: [PATCH] Release 1.0.1 --- VERSION | 2 +- debian/changelog | 6 ++++++ htdocs/always.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3eefcb9d..7dea76ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/debian/changelog b/debian/changelog index ebe90663..0f16050a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +davical (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Andrew McMillan Thu, 05 Jan 2012 12:07:18 +1300 + davical (1.0.0-1) unstable; urgency=low * New upstream release (closes:#643809, #618957). diff --git a/htdocs/always.php b/htdocs/always.php index c12a69a7..6f90c09d 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -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]; -- 2.11.4.GIT