From 82f94101aa114a7357583150e673ab057321431d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 7 Jan 2009 00:44:58 +0000 Subject: [PATCH] Bump the version number post-release. git-svn-id: svn://10.0.0.236/trunk@255736 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm index 1d2ebea70d3..921c032752a 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm @@ -165,7 +165,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.3.1"; +use constant BUGZILLA_VERSION => "3.3.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