Really release 0.9.1, for what it's worth.

This commit is contained in:
Andrew McMillan 2007-10-25 21:48:33 +13:00
parent 17a21eaa15
commit a30442581c
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -11,7 +11,7 @@ rscds (0.9.1) unstable; urgency=low
* Various fixes to LDAP authentication.
* Fix permissions for RW access.
-- Andrew McMillan <debian@mcmillan.net.nz> Thu, 25 Oct 2007 16:06:02 +1300
-- Andrew McMillan <debian@mcmillan.net.nz> Thu, 25 Oct 2007 16:30:06 +1300
rscds (0.9.0) unstable; urgency=low

View File

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