]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release
authorDave Lawrence <dlawrence@mozilla.com>
Tue, 31 Jan 2012 23:51:03 +0000 (18:51 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 31 Jan 2012 23:51:03 +0000 (18:51 -0500)
Bugzilla/Constants.pm

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