diff options
author | Reed Loden <reed@reedloden.com> | 2013-02-20 21:04:58 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2013-02-20 21:04:58 +0100 |
commit | 763a7b191be40597a10ae7299d661abbb6de1dca (patch) | |
tree | b5e73ee103148822a0c77341c5b31cb9bf66257d /Bugzilla | |
parent | 445e9f65e13812fc1bf31ecd4b19ef4a1cb82050 (diff) | |
parent | c0c6750ca3ce93f2ca9357aecbfb5cae80b0dfeb (diff) | |
download | bugzilla-763a7b191be40597a10ae7299d661abbb6de1dca.tar.gz bugzilla-763a7b191be40597a10ae7299d661abbb6de1dca.tar.xz |
Merge with bugzilla/4.2
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 ba3fca4fc..d1ca92260 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.5"; +use constant BUGZILLA_VERSION => "4.2.5+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |