]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version post-release
authorDave Lawrence <dlawrence@mozilla.com>
Wed, 22 May 2013 20:10:42 +0000 (16:10 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Wed, 22 May 2013 20:10:42 +0000 (16:10 -0400)
Bugzilla/Constants.pm

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