diff --git a/debian/changelog b/debian/changelog index 001b2726..d1a508fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,7 +11,7 @@ rscds (0.9.1) unstable; urgency=low * Various fixes to LDAP authentication. * Fix permissions for RW access. - -- Andrew McMillan Thu, 25 Oct 2007 16:06:02 +1300 + -- Andrew McMillan Thu, 25 Oct 2007 16:30:06 +1300 rscds (0.9.0) unstable; urgency=low diff --git a/inc/always.php b/inc/always.php index 89d33411..ea88f309 100644 --- a/inc/always.php +++ b/inc/always.php @@ -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];