mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Really release 0.9.1, for what it's worth.
This commit is contained in:
parent
17a21eaa15
commit
a30442581c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user