]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version post-release
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 19 Apr 2012 16:05:17 +0000 (18:05 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 19 Apr 2012 16:05:17 +0000 (18:05 +0200)
Bugzilla/Constants.pm

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