aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-10-06 18:36:39 +0000
committerDavid Lawrence <dkl@mozilla.com>2014-10-06 18:36:39 +0000
commit1e5bdcd70972a22583330bd5daf71434200fa8bf (patch)
tree7edfe6053552f0ceb082b4685151b9e2578d215b
parentBump version to 4.4.6 (diff)
downloadbugzilla-1e5bdcd70972a22583330bd5daf71434200fa8bf.tar.gz
bugzilla-1e5bdcd70972a22583330bd5daf71434200fa8bf.tar.bz2
bugzilla-1e5bdcd70972a22583330bd5daf71434200fa8bf.zip
Bump version post-release
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--docs/bugzilla.ent.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 4f2cf6312..eff3fd420 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -182,7 +182,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.6";
+use constant BUGZILLA_VERSION => "4.4.6+";
# 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 31e908e92..14fb2a577 100644
--- a/docs/bugzilla.ent.tmpl
+++ b/docs/bugzilla.ent.tmpl
@@ -1,4 +1,4 @@
-<!ENTITY bz-ver "4.4.6">
+<!ENTITY bz-ver "4.4.6+">
<!ENTITY bz-date "2014-10-06">
<!ENTITY current-year "2014">