]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version post-release
authorDave Lawrence <dlawrence@mozilla.com>
Tue, 13 Nov 2012 23:29:10 +0000 (18:29 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 13 Nov 2012 23:29:10 +0000 (18:29 -0500)
https://bugzilla.mozilla.org/show_bug.cgi?id=805644

Bugzilla/Constants.pm

index 2a21149b7b72308ff71cca215e101c84d998415e..8056706b1ea5d6619f71aa8c379d9a885cdf0a72 100644 (file)
@@ -202,7 +202,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.4";
+use constant BUGZILLA_VERSION => "4.2.4+";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';