mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Release 0.9.9.1 for testing.
This commit is contained in:
parent
593f49c06c
commit
e87ae9ac63
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,7 +2,7 @@ davical (0.9.9.1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Mon, 13 Sep 2010 14:18:18 +1200
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Mon, 13 Sep 2010 21:30:32 +1200
|
||||
|
||||
davical (0.9.9-0) unstable; urgency=low
|
||||
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -10,7 +10,7 @@ Homepage: http://davical.org/
|
||||
|
||||
Package: davical
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, debconf (>= 1.0.32), php5-pgsql, postgresql-client-8.4 | postgresql-client-8.3 | postgresql-client-8.2 | postgresql-client-8.1, libawl-php (= 0.43-0), libdbd-pg-perl, libyaml-perl
|
||||
Depends: ${misc:Depends}, debconf (>= 1.0.32), php5-pgsql, postgresql-client-8.4 | postgresql-client-8.3 | postgresql-client-8.2 | postgresql-client-8.1, libawl-php (= 0.44-0), libdbd-pg-perl, libyaml-perl
|
||||
Conflicts: rscds
|
||||
Description: The DAViCal CalDAV Server
|
||||
The DAViCal CalDAV Server is designed to trivially store
|
||||
|
||||
@ -166,7 +166,7 @@ init_gettext( 'davical', $c->locale_path );
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->version_string = '0.9.9'; // The actual version # is replaced into that during the build /release process
|
||||
$c->version_string = '0.9.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