diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-17 17:13:39 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-17 17:13:39 +0200 |
commit | 538dc3dd55d3d033f4d32706827b469e6a33c963 (patch) | |
tree | d2f2743cdfbc4993b47fa2952dc9ccbde84eb28c /Bugzilla | |
parent | 40c2be3f0aa508dffb45f2d6707aa90f558503c1 (diff) | |
download | bugzilla-538dc3dd55d3d033f4d32706827b469e6a33c963.tar.gz bugzilla-538dc3dd55d3d033f4d32706827b469e6a33c963.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 306fb677d..9fa0c6818 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -190,7 +190,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.1"; +use constant BUGZILLA_VERSION => "4.5.1+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |