]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.4.3.
authormkanat%bugzilla.org <>
Thu, 5 Nov 2009 12:26:05 +0000 (12:26 +0000)
committermkanat%bugzilla.org <>
Thu, 5 Nov 2009 12:26:05 +0000 (12:26 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

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