From 443aae2a52d9309e2e3f81504b3b2174f7b60364 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 24 Sep 2010 12:51:52 +1200 Subject: [PATCH] Preparing to release 0.9.9.3. --- VERSION | 2 +- debian/changelog | 6 ++++++ htdocs/always.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 51816858..eeb5e9a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.9.2 +0.9.9.3 diff --git a/debian/changelog b/debian/changelog index 311f877c..91f65922 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +davical (0.9.9.3-0) unstable; urgency=low + + * New upstream release + + -- Andrew McMillan Fri, 24 Sep 2010 12:50:41 +1200 + davical (0.9.9.2-0) unstable; urgency=low * New upstream release diff --git a/htdocs/always.php b/htdocs/always.php index 86945c9f..36776b1f 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -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];