]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.4.9. bugzilla-3.4.9 release-3.4.9
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 3 Nov 2010 00:38:59 +0000 (17:38 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 3 Nov 2010 00:38:59 +0000 (17:38 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=604255

Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index c452257407def4906fe05886ec24c0cdfa6bb8e4..92ad3d24678489142bc680cfb5f7e42c3ab857d6 100644 (file)
@@ -172,7 +172,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.4.8+";
+use constant BUGZILLA_VERSION => "3.4.9";
 
 # 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 0c30605f5eb6dc4d0e1d0e0a5517fd64f203f06b..05f004f5c18395748aaadf337081abfb814968a5 100644 (file)
@@ -33,9 +33,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.4.8">
+<!ENTITY bz-ver "3.4.9">
 <!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2010-08-05">
+<!ENTITY bz-date "2010-11-02">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.4-branch/">