mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-14 08:10:13 +00:00
Release 0.9.5.2
This commit is contained in:
parent
fe7ab1c5b2
commit
27afa197d7
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
davical (0.9.5.2) unstable; urgency=low
|
||||
|
||||
* Fix license text for Debian acceptance.
|
||||
* Minor packaging tweaks identified by Debian acceptance procedures.
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Tue, 05 Aug 2008 09:43:01 +1200
|
||||
|
||||
davical (0.9.5.1) unstable; urgency=low
|
||||
|
||||
* The name is changing from rscds to davical.
|
||||
|
||||
@ -96,7 +96,7 @@ awl_set_locale($c->default_locale);
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->version_string = '0.9.5.1'; // The actual version # is replaced into that during the build /release process
|
||||
$c->version_string = '0.9.5.2'; // 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