]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.2.2. bugzilla-3.2.2 release-3.2.2
authormkanat%bugzilla.org <>
Tue, 3 Feb 2009 10:02:53 +0000 (10:02 +0000)
committermkanat%bugzilla.org <>
Tue, 3 Feb 2009 10:02:53 +0000 (10:02 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index aa53f475aa46dbc6e96fd4664c480fcd6ab53297..5d30c051feeb1c26785331dbbec8f143f8ab8c1a 100644 (file)
@@ -158,7 +158,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.2.1+";
+use constant BUGZILLA_VERSION => "3.2.2";
 
 # 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
index 38b7454165f6b5790ea2f2af151902cd17174365..588fb2ec432e5a4551792f31939954874e38787f 100644 (file)
@@ -34,9 +34,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.2.1">
+<!ENTITY bz-ver "3.2.2">
 <!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2009-02-02">
+<!ENTITY bz-date "2009-02-03">
 <!ENTITY current-year "2009">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">