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

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

index 6617653a80911ba2ca77b687d85b0923fbd56e7a..1200b61fd2685d2e1b6edf554c2318f0af52f7c5 100644 (file)
@@ -180,7 +180,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.6.1+";
+use constant BUGZILLA_VERSION => "3.6.2";
 
 # 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 ca7fe92b7a4802024898e1cd2a0973b71d22345a..d95f183c09bc0009efdd974080341b4f9ebf55b7 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.6.1">
+<!ENTITY bz-ver "3.6.2">
 <!ENTITY bz-nextver "4.0">
-<!ENTITY bz-date "2010-06-24">
+<!ENTITY bz-date "2010-08-05">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.6-branch/">