diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-26 18:46:12 -0400 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-26 18:46:12 -0400 |
commit | f6d6091eadb373ed11ed67ddf30821698c2cec9f (patch) | |
tree | 3de8c6db8af8d6ecbdfde0c66210c5b44ba03b1f | |
parent | Bump version to 4.2.2 (diff) | |
download | bugzilla-f6d6091eadb373ed11ed67ddf30821698c2cec9f.tar.gz bugzilla-f6d6091eadb373ed11ed67ddf30821698c2cec9f.tar.bz2 bugzilla-f6d6091eadb373ed11ed67ddf30821698c2cec9f.zip |
Bumped version 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 8d1f80af3..cffb895cf 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.2"; +use constant BUGZILLA_VERSION => "4.2.2+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |