]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.4.8. bugzilla-3.4.8 release-3.4.8
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 6 Aug 2010 01:14:04 +0000 (18:14 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 6 Aug 2010 01:14:04 +0000 (18:14 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=580206

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

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