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

index 9f3fcfabdae3bd3239b03f6a8f4a4697c04b42ad..c52fa45c12f758a3c5f85261a2fe93504afc0d95 100644 (file)
@@ -168,7 +168,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.3.3+";
+use constant BUGZILLA_VERSION => "3.3.4";
 
 # 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 954c073ce84417a4011b748e255985a206355b6b..dff1f19f18cde4a32af7945296c51a0b66d1ce32 100644 (file)
@@ -34,9 +34,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.3.3">
+<!ENTITY bz-ver "3.3.4">
 <!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-tip/">