diff options
author | David Lawrence <dkl@mozilla.com> | 2014-04-21 21:03:59 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-04-21 21:03:59 +0000 |
commit | 0381a0b32644b9fd3870357d278d7f440699a351 (patch) | |
tree | ac20293b2441ab1447c34ea9896dfcc040d92d44 | |
parent | Bump version to 4.4.4 (diff) | |
download | bugzilla-0381a0b32644b9fd3870357d278d7f440699a351.tar.gz bugzilla-0381a0b32644b9fd3870357d278d7f440699a351.tar.bz2 bugzilla-0381a0b32644b9fd3870357d278d7f440699a351.zip |
Bumped version post-release
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/bugzilla.ent.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 33d4a56e2..8cf6fd034 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.4.4"; +use constant BUGZILLA_VERSION => "4.4.4+"; # 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 15cd47500..64089bfc7 100644 --- a/docs/bugzilla.ent.tmpl +++ b/docs/bugzilla.ent.tmpl @@ -1,4 +1,4 @@ -<!ENTITY bz-ver "4.4.4"> +<!ENTITY bz-ver "4.4.4+"> <!ENTITY bz-date "2014-04-18"> <!ENTITY current-year "2014"> |