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

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

index 9af9e7b726e4d0f777232e8b5c3f5a24c3a41d3a..ac3707fc2ca7583d283dd2e2a340f7db5bd692e1 100644 (file)
@@ -193,7 +193,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.7";
+use constant BUGZILLA_VERSION => "3.7.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 30a7dc0030981746c9d4b09e1a4082da27ebfe7d..06c27ad1a1c87673b97c42ef76b29b8ea167c1d3 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.5.3">
-<!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2010-01-31">
+<!ENTITY bz-ver "3.7.1">
+<!ENTITY bz-nextver "4.0">
+<!ENTITY bz-date "2010-06-24">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">