aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-07-24 21:38:49 +0000
committerDavid Lawrence <dkl@mozilla.com>2014-07-24 21:38:49 +0000
commit438ff8859f3a6db49b9f1c7ac46b4f708fd95049 (patch)
tree55bd9bce9821902f262eb73e4c56a03b0cc553a2
parentBump version to 4.4.5 (corrected) (diff)
downloadbugzilla-438ff8859f3a6db49b9f1c7ac46b4f708fd95049.tar.gz
bugzilla-438ff8859f3a6db49b9f1c7ac46b4f708fd95049.tar.bz2
bugzilla-438ff8859f3a6db49b9f1c7ac46b4f708fd95049.zip
Bump version post-release
-rw-r--r--Bugzilla/Constants.pm3
-rw-r--r--docs/bugzilla.ent.tmpl3
2 files changed, 2 insertions, 4 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 37931aa16..122c90fb7 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -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';
diff --git a/docs/bugzilla.ent.tmpl b/docs/bugzilla.ent.tmpl
index 98ec0a7ce..f039424ea 100644
--- a/docs/bugzilla.ent.tmpl
+++ b/docs/bugzilla.ent.tmpl
@@ -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">