]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version number post-release
authorDave Lawrence <dlawrence@mozilla.com>
Wed, 22 Feb 2012 15:46:48 +0000 (10:46 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Wed, 22 Feb 2012 15:46:48 +0000 (10:46 -0500)
Bugzilla/Constants.pm

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