]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Change trunk version number to 3.5. bugzilla-3.5 release-3.5
authormkanat%bugzilla.org <>
Mon, 30 Mar 2009 23:49:34 +0000 (23:49 +0000)
committermkanat%bugzilla.org <>
Mon, 30 Mar 2009 23:49:34 +0000 (23:49 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index 9f3fcfabdae3bd3239b03f6a8f4a4697c04b42ad..858464542cacb9d413826e20f0134c6f81128ef8 100644 (file)
@@ -168,7 +168,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.3.3+";
+use constant BUGZILLA_VERSION => "3.5";
 
 # 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 954c073ce84417a4011b748e255985a206355b6b..d29a03079a3515a2be985f4d4aa7101d5de71718 100644 (file)
@@ -34,9 +34,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.3.3">
+<!ENTITY bz-ver "3.5">
 <!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2009-02-03">
+<!ENTITY bz-date "2009-03-30">
 <!ENTITY current-year "2009">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">