]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.4.1. bugzilla-3.4.1 release-3.4.1
authormkanat%bugzilla.org <>
Sat, 1 Aug 2009 14:28:41 +0000 (14:28 +0000)
committermkanat%bugzilla.org <>
Sat, 1 Aug 2009 14:28:41 +0000 (14:28 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index ac02db5ac7bc6b4afb5d1be7be23db5a1a746786..9f32b97e8f4eeffdcac374c83ad68b651f56d6d3 100644 (file)
@@ -168,7 +168,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.4+";
+use constant BUGZILLA_VERSION => "3.4.1";
 
 # 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 2dda6a0d22a819db1fcaa0df27ebf6596f1e0b28..f4dd5af1fe340552b9d8aa13cb82a97cdddc83ba 100644 (file)
@@ -33,9 +33,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.4">
+<!ENTITY bz-ver "3.4.1">
 <!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2009-07-28">
+<!ENTITY bz-date "2009-08-01">
 <!ENTITY current-year "2009">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.4-branch/">