]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 4.0.1. bugzilla-4.0.1 release-4.0.1
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 28 Apr 2011 02:14:38 +0000 (19:14 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 28 Apr 2011 02:14:38 +0000 (19:14 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=652474

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

index 8aa25c1af93e64a25edf7c6bc0fc4ae86d121e39..e05ec00ee6a376aab8195d0def278836ff535b91 100644 (file)
@@ -197,7 +197,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.0+";
+use constant BUGZILLA_VERSION => "4.0.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 671700bc99bd75a38b6956bb15f426dc76df0069..de484bc86145c8fec1f81ba630684b7cab1d5068 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "4.0">
+<!ENTITY bz-ver "4.0.1">
 <!ENTITY bz-nextver "4.2">
-<!ENTITY bz-date "2011-02-15">
+<!ENTITY bz-date "2011-04-27">
 <!ENTITY current-year "2011">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.0-branch/">