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