]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 4.0.2. bugzilla-4.0.2 release-4.0.2
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 5 Aug 2011 00:08:17 +0000 (17:08 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 5 Aug 2011 00:08:17 +0000 (17:08 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=660531

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

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