From c6ee7aa2666b1b5d86a6cc4affeee5aa6914c740 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Thu, 29 Dec 2011 18:03:54 +0000 Subject: [PATCH] Bump the version number post-release git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@263216 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/Constants.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 174dad4e07d..10abd3c986c 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7673 \ No newline at end of file +7674 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm index 46d7a7e7534..050eb673053 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm @@ -197,7 +197,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.0.3"; +use constant BUGZILLA_VERSION => "4.0.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