]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.6.5. bugzilla-3.6.5 release-3.6.5
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 28 Apr 2011 02:15:45 +0000 (19:15 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 28 Apr 2011 02:15:45 +0000 (19:15 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=652474

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

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