]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.3.2. bugzilla-3.3.2 release-3.3.2
authormkanat%bugzilla.org <>
Mon, 2 Feb 2009 23:27:33 +0000 (23:27 +0000)
committermkanat%bugzilla.org <>
Mon, 2 Feb 2009 23:27:33 +0000 (23:27 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index 1105c27dca1eca6a71d1628455694b21a80ab444..09c3771cbda61f14bd6200182798c46fd5d0493c 100644 (file)
@@ -168,7 +168,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.3.1+";
+use constant BUGZILLA_VERSION => "3.3.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 751b2d002b5927290998af15fe3e40a538a81551..e18fde9cc82c467c4a009de2bc659589960a483e 100644 (file)
@@ -34,9 +34,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.3.1">
+<!ENTITY bz-ver "3.3.2">
 <!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2009-01-05">
+<!ENTITY bz-date "2009-02-02">
 <!ENTITY current-year "2009">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">