]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.5.3.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 1 Feb 2010 21:29:33 +0000 (13:29 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 1 Feb 2010 21:29:33 +0000 (13:29 -0800)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index a9340543b90d6f1e374ee04e9b2ebfd50b85e5a8..82c3774023c00433cfae03fe8b14e3358c303c57 100644 (file)
@@ -178,7 +178,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.5.2+";
+use constant BUGZILLA_VERSION => "3.5.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 3333b7e17410f7113aef73394849c213436addd3..30a7dc0030981746c9d4b09e1a4082da27ebfe7d 100644 (file)
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.5.2">
+<!ENTITY bz-ver "3.5.3">
 <!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2009-11-18">
-<!ENTITY current-year "2009">
+<!ENTITY bz-date "2010-01-31">
+<!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
 <!ENTITY bz "http://www.bugzilla.org/">