From 27afa197d79f9f05d1fea2ea0ce251f29dd5378f Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 16 Sep 2008 09:48:28 +1200 Subject: [PATCH] Release 0.9.5.2 --- VERSION | 2 +- debian/changelog | 7 +++++++ inc/always.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 06e679b4..945baad8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.5.1 +0.9.5.2 diff --git a/debian/changelog b/debian/changelog index 4febd6f1..a979fd85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +davical (0.9.5.2) unstable; urgency=low + + * Fix license text for Debian acceptance. + * Minor packaging tweaks identified by Debian acceptance procedures. + + -- Andrew McMillan Tue, 05 Aug 2008 09:43:01 +1200 + davical (0.9.5.1) unstable; urgency=low * The name is changing from rscds to davical. diff --git a/inc/always.php b/inc/always.php index c9d204b2..3f5af452 100644 --- a/inc/always.php +++ b/inc/always.php @@ -96,7 +96,7 @@ awl_set_locale($c->default_locale); * */ $c->code_version = 0; -$c->version_string = '0.9.5.1'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.5.2'; // 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];