Release 0.9.6.1

This commit is contained in:
Andrew McMillan 2008-11-02 23:18:08 +13:00
parent 4ae71bf848
commit f221f3775b
3 changed files with 9 additions and 2 deletions

View File

@ -1 +1 @@
0.9.6
0.9.6.1

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
davical (0.9.6.1) unstable; urgency=low
* Fix LOCK timeout handling.
* Handle match on calendar-home-set in principal-property-search REPORT.
-- Andrew McMillan <debian@mcmillan.net.nz> Sun, 02 Nov 2008 23:17:12 +1300
davical (0.9.6) unstable; urgency=low
* Corect debian/control dependencies.

View File

@ -101,7 +101,7 @@ awl_set_locale($c->default_locale);
*
*/
$c->code_version = 0;
$c->version_string = '0.9.6'; // The actual version # is replaced into that during the build /release process
$c->version_string = '0.9.6.1'; // 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];