Release 0.9.5.2

This commit is contained in:
Andrew McMillan 2008-09-16 09:48:28 +12:00
parent fe7ab1c5b2
commit 27afa197d7
3 changed files with 9 additions and 2 deletions

View File

@ -1 +1 @@
0.9.5.1
0.9.5.2

7
debian/changelog vendored
View File

@ -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 <debian@mcmillan.net.nz> Tue, 05 Aug 2008 09:43:01 +1200
davical (0.9.5.1) unstable; urgency=low
* The name is changing from rscds to davical.

View File

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