From ce5b09540e0244100b19a41479c1e54ee107b7c3 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 1 Feb 2010 13:33:24 -0800 Subject: Bump version number for 3.2.6. --- Bugzilla/Constants.pm | 2 +- docs/en/xml/Bugzilla-Guide.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index dcf902620..e587ce4de 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -158,7 +158,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.2.5+"; +use constant BUGZILLA_VERSION => "3.2.6"; # 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 diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index 7495c6072..836f1cd1f 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -33,10 +33,10 @@ For a devel release, simple bump bz-ver and bz-date --> - + - - + + -- cgit v1.2.3-65-gdbad