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

Bugzilla/Constants.pm

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