]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.6.3. bugzilla-3.6.3 release-3.6.3
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 3 Nov 2010 00:37:30 +0000 (17:37 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 3 Nov 2010 00:37:30 +0000 (17:37 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=604255

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

index 904d4cbbeac2e979a8b1dc3654be3e2ab83af9b2..3d3430c468fecd6bb145a3cf660e2e9cc9cc5d02 100644 (file)
@@ -180,7 +180,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.6.2+";
+use constant BUGZILLA_VERSION => "3.6.3";
 
 # 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 d95f183c09bc0009efdd974080341b4f9ebf55b7..4cfefb00bceac6992f9e10035fdfc89a3a7855fc 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.6.2">
+<!ENTITY bz-ver "3.6.3">
 <!ENTITY bz-nextver "4.0">
-<!ENTITY bz-date "2010-08-05">
+<!ENTITY bz-date "2010-11-02">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.6-branch/">