diff options
author | David Lawrence <dkl@mozilla.com> | 2014-04-21 23:02:37 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-04-21 23:02:37 +0200 |
commit | 36f56bd9112c2e930fb5bdbee3b5c89334de5247 (patch) | |
tree | 1704dab1cfd9d1f9dfa3bc3afda3565fa53f8837 | |
parent | 566f227d531c004d24fa4a69cfea14521b5e9801 (diff) | |
download | bugzilla-36f56bd9112c2e930fb5bdbee3b5c89334de5247.tar.gz bugzilla-36f56bd9112c2e930fb5bdbee3b5c89334de5247.tar.xz |
Bumped versiion post-release
-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 0872ef70c..8b980c0b1 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -196,7 +196,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.4"; +use constant BUGZILLA_VERSION => "4.5.4+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |