From ffc9206b9e5d9b19e7d41fcfee4f0a4081c87dba Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Thu, 26 Jul 2012 23:01:15 +0000 Subject: [PATCH] Bumped version post release git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@264081 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 b2ad1d382a1..795f6447ae5 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7292 \ No newline at end of file +7293 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm index 1bb935f1169..b79c5bc3099 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm @@ -180,7 +180,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.6.10"; +use constant BUGZILLA_VERSION => "3.6.10+"; # 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