From 0d88ef84b44f0cd62d94ba964c7ea688c8df4d04 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 1 Feb 2012 00:04:54 +0000 Subject: [PATCH] Bump the version number post-release git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_4-BRANCH@263354 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 935efd5f15c..a020aa30a79 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -6828 \ No newline at end of file +6829 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm index 8bc83056d32..2083e9fb6f4 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm @@ -172,7 +172,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.4.14"; +use constant BUGZILLA_VERSION => "3.4.14+"; # 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