diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-20 02:16:57 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-20 02:16:57 +0100 |
commit | c0c6750ca3ce93f2ca9357aecbfb5cae80b0dfeb (patch) | |
tree | 1b9007485b7d09b931f40326522d5f17cde7db09 /Bugzilla | |
parent | 7ffee28eac073acb132f6f5fe8ba322c823af308 (diff) | |
download | bugzilla-c0c6750ca3ce93f2ca9357aecbfb5cae80b0dfeb.tar.gz bugzilla-c0c6750ca3ce93f2ca9357aecbfb5cae80b0dfeb.tar.xz |
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 9761c125a..9219db69e 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'; |