]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.4.2. bugzilla-3.4.2 release-3.4.2
authormkanat%bugzilla.org <>
Fri, 11 Sep 2009 17:05:18 +0000 (17:05 +0000)
committermkanat%bugzilla.org <>
Fri, 11 Sep 2009 17:05:18 +0000 (17:05 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

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