diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-30 22:24:38 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-30 22:24:38 +0200 |
commit | 8714b6e62007c8de816a0b7f4e053e25c6de31c8 (patch) | |
tree | 23fe5c57bbdd1dd6c98383c0f2e2e7170a24c661 /Bugzilla | |
parent | f3252f4a9c1d3d6d6dd394d52c0f5a0c25fcd308 (diff) | |
download | bugzilla-8714b6e62007c8de816a0b7f4e053e25c6de31c8.tar.gz bugzilla-8714b6e62007c8de816a0b7f4e053e25c6de31c8.tar.xz |
Bumped 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 b8b97411f..b804372f1 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.3"; +use constant BUGZILLA_VERSION => "4.2.3+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |