]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version for 4.0.3 bugzilla-4.0.3 release-4.0.3
authorDave Lawrence <dlawrence@mozilla.com>
Wed, 28 Dec 2011 23:09:51 +0000 (18:09 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Wed, 28 Dec 2011 23:09:51 +0000 (18:09 -0500)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

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