]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version post-release
authorDavid Lawrence <dkl@mozilla.com>
Thu, 24 Jul 2014 21:38:49 +0000 (21:38 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 24 Jul 2014 21:38:49 +0000 (21:38 +0000)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 37931aa16752dc7e6d12e8a48fc7aa16459f93fb..122c90fb72e6c3b6ddbea6011814db37e069c42e 100644 (file)
@@ -182,8 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.5";
-
+use constant BUGZILLA_VERSION => "4.4.5+";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index 98ec0a7ce44ac6b28df30bf0a7ce283669b7f770..f039424eae85c5167fc247fbc23b58f33b9e3c5b 100644 (file)
@@ -1,8 +1,7 @@
-<!ENTITY bz-ver "4.4.5">
+<!ENTITY bz-ver "4.4.5+">
 <!ENTITY bz-date "2014-07-24">
 <!ENTITY current-year "2014">
 
-
 <!ENTITY min-perl-ver "5.8.1">
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.4-branch/">
 <!ENTITY bzg-bugs "http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla;component=Documentation">