From: Dave Lawrence Date: Tue, 13 Nov 2012 23:29:38 +0000 (-0500) Subject: Bump version post-release X-Git-Tag: bugzilla-4.4rc2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3408884d17457380262fc3edd01b5d7c3cd49504;p=thirdparty%2Fbugzilla.git Bump version post-release https://bugzilla.mozilla.org/show_bug.cgi?id=805644 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 4d827075c5..ed51d062ff 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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';