]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.6.1. bugzilla-3.6.1 release-3.6.1
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 20:43:42 +0000 (13:43 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 20:43:42 +0000 (13:43 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=559988

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

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