]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release
authorDave Lawrence <dlawrence@mozilla.com>
Thu, 29 Dec 2011 17:59:37 +0000 (12:59 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Thu, 29 Dec 2011 17:59:37 +0000 (12:59 -0500)
Bugzilla/Constants.pm

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