From e002b3fdae068007cfe20c0ae6f598489161ea48 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Fri, 5 Aug 2011 17:14:25 -0700 Subject: Bump version number post-release. --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 7b93fba03..5c9fecc57 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.3"; +use constant BUGZILLA_VERSION => "4.1.3+"; # These are unique values that are unlikely to match a string or a number, # to be used in criteria for match() functions and other things. They start -- cgit v1.2.3-24-g4f1b