]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.2.3. bugzilla-3.2.3 release-3.2.3
authormkanat%bugzilla.org <>
Mon, 30 Mar 2009 23:51:45 +0000 (23:51 +0000)
committermkanat%bugzilla.org <>
Mon, 30 Mar 2009 23:51:45 +0000 (23:51 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

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