]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.4.7. bugzilla-3.4.7 release-3.4.7
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 20:44:26 +0000 (13:44 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 20:44:26 +0000 (13:44 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=559988

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

index ebf3481effc13eccd1484a2341638761830afe08..55be339f707d16d47ea78797a01515bbfb87b08a 100644 (file)
@@ -170,7 +170,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.4.6+";
+use constant BUGZILLA_VERSION => "3.4.7";
 
 # 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 a1543f928a99a567596c6a64e9b850bd1cdcd820..febd75b5aea4e0f09eea1a54710022e7ac5cf18e 100644 (file)
@@ -33,9 +33,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.4.6">
+<!ENTITY bz-ver "3.4.7">
 <!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2010-03-07">
+<!ENTITY bz-date "2010-06-24">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.4-branch/">