diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-05-22 14:46:58 -0400 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-05-22 14:46:58 -0400 |
commit | 90e68b0efa74964c57334929008ae5a95c9f5b53 (patch) | |
tree | 2d6f486492762697eada125259ba61ed3422ed7f /Bugzilla/Constants.pm | |
parent | Bug 828344: add missing xt broken tests (diff) | |
download | bugzilla-90e68b0efa74964c57334929008ae5a95c9f5b53.tar.gz bugzilla-90e68b0efa74964c57334929008ae5a95c9f5b53.tar.bz2 bugzilla-90e68b0efa74964c57334929008ae5a95c9f5b53.zip |
Bump version to 4.2.6release-4.2.6bugzilla-4.2.6
Diffstat (limited to 'Bugzilla/Constants.pm')
-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 9219db69e..cd3a24e0b 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.6"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |