Preparing to release 0.9.9.3.

This commit is contained in:
Andrew McMillan 2010-09-24 12:51:52 +12:00
parent 014df24621
commit 443aae2a52
3 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
0.9.9.2
0.9.9.3

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
davical (0.9.9.3-0) unstable; urgency=low
* New upstream release
-- Andrew McMillan <awm@debian.org> Fri, 24 Sep 2010 12:50:41 +1200
davical (0.9.9.2-0) unstable; urgency=low
* New upstream release

View File

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