]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.6.6. bugzilla-3.6.6 release-3.6.6
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 5 Aug 2011 00:09:08 +0000 (17:09 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 5 Aug 2011 00:09:08 +0000 (17:09 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=660531

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

index e7782ff377c0465e7ee7f6058c91fd1a1f08e3f4..f0f18635463b98f26a91e82a3cf49accdbb7f13a 100644 (file)
@@ -180,7 +180,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.6.5+";
+use constant BUGZILLA_VERSION => "3.6.6";
 
 # 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 30dae04bb1b4dcc9be82c7bb8980eea233d3eb76..6ceef6a8918dd1265b7cee4879b3aebae3ea7a0b 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.6.5">
+<!ENTITY bz-ver "3.6.6">
 <!ENTITY bz-nextver "4.0">
-<!ENTITY bz-date "2011-04-27">
+<!ENTITY bz-date "2011-08-04">
 <!ENTITY current-year "2011">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.6-branch/">