release 1.1.3

This commit is contained in:
Florian Schlichting 2014-10-07 00:12:31 +02:00
parent 398302d554
commit 37e814c647
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
1.1.2
1.1.3

7
debian/changelog vendored
View File

@ -1,7 +1,8 @@
davical (1.1.3~git20140914-1) unstable; urgency=low
davical (1.1.3-1) unstable; urgency=low
[ Andrew McMillan ]
* New upstream release (closes: #656395, #702403, #703290, #703383, #703387)
* New upstream release (closes: #656395, #702403, #703290, #703383, #703387,
#740827)
* Updated the control file Vcs-* fields to the new addresses of the
canonical git upstream repository.
* Removed README.Debian which didnt contain any useful information.
@ -24,7 +25,7 @@ davical (1.1.3~git20140914-1) unstable; urgency=low
* Declare compliance with Debian Policy 3.9.6
* Upload to Debian (closes: #726577)
-- Florian Schlichting <fsfs@debian.org> Sun, 14 Sep 2014 15:29:54 +0200
-- Florian Schlichting <fsfs@debian.org> Tue, 07 Oct 2014 00:12:13 +0200
davical (1.1.1-1) unstable; urgency=high

View File

@ -203,8 +203,8 @@ if ( function_exists('awl_set_locale') ) {
*
*/
$c->code_version = 0;
$c->want_awl_version = '0.54';
$c->version_string = '1.1.2'; // The actual version # is replaced into that during the build /release process
$c->want_awl_version = ''0.55'';
$c->version_string = '1.1.3'; // 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];