diff --git a/VERSION b/VERSION index 45a1b3f4..781dcb07 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 +1.1.3 diff --git a/debian/changelog b/debian/changelog index 5dfc11de..6b1cbc42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 didn’t 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 Sun, 14 Sep 2014 15:29:54 +0200 + -- Florian Schlichting Tue, 07 Oct 2014 00:12:13 +0200 davical (1.1.1-1) unstable; urgency=high diff --git a/htdocs/always.php b/htdocs/always.php index 136bd839..a9038c1a 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -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];