]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.5.1. bugzilla-3.5.1 release-3.5.1
authormkanat%bugzilla.org <>
Thu, 5 Nov 2009 12:26:47 +0000 (12:26 +0000)
committermkanat%bugzilla.org <>
Thu, 5 Nov 2009 12:26:47 +0000 (12:26 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index 5691df9005c076d8c71862bcc11bddb01c31b540..c7db757ad914069b5252246b931674df7944943c 100644 (file)
@@ -171,7 +171,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.5";
+use constant BUGZILLA_VERSION => "3.5.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 4f6c0046b3ad74fd1dce84908cc3191d8e179bf1..de777b4db8b058120d8e0af2ba41002cc21aea4e 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.5">
+<!ENTITY bz-ver "3.5.1">
 <!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2009-03-30">
+<!ENTITY bz-date "2009-11-05">
 <!ENTITY current-year "2009">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">