]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.6 bugzilla-3.6 release-3.6
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 13 Apr 2010 04:53:30 +0000 (21:53 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 13 Apr 2010 04:53:30 +0000 (21:53 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=554523

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

index 96e1902879a2496d1f66c5ffa2dd78fd5dd32e0b..5e3a7707bfdea8dd802d71dc6d55055167110e45 100644 (file)
@@ -180,7 +180,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.6rc1+";
+use constant BUGZILLA_VERSION => "3.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 74f729e3908ba064625bd87aec48a3898385762f..a0d4c10eb3b5820e8cb571a8c18981029fed9505 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.6rc1">
+<!ENTITY bz-ver "3.6">
 <!ENTITY bz-nextver "3.8">
-<!ENTITY bz-date "2010-03-07">
+<!ENTITY bz-date "2010-04-13">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.6-branch/">