From c757f18eb3950dac2badb71d4c821401faec5f3a Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 14 Mar 2011 00:24:45 -0700 Subject: Bump the 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 f2b5dc47f..d22058d0f 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.1"; +use constant BUGZILLA_VERSION => "4.1.1+"; # 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