diff options
author | David Lawrence <dkl@mozilla.com> | 2015-01-27 20:13:01 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-01-27 20:13:01 +0000 |
commit | b100a8d0670efa649c9940d50d35f09b94e4a73b (patch) | |
tree | 5e82ed539320e8e474e4351a59943ad98e09a14e /Bugzilla | |
parent | a25dd4dba7d278bd5d9a9f4ef1142b22559beafd (diff) | |
download | bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.tar bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.tar.gz bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.tar.bz2 bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.tar.xz bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.zip |
Bump version post-release
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e9218b7d2..b04d2bdaa 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0rc2"; +use constant BUGZILLA_VERSION => "5.0rc2+"; # A base link to the current REST Documentation. We place it here # as it will need to be updated to whatever the current release is. |