]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.3.3. bugzilla-3.3.3 release-3.3.3
authormkanat%bugzilla.org <>
Tue, 3 Feb 2009 10:03:46 +0000 (10:03 +0000)
committermkanat%bugzilla.org <>
Tue, 3 Feb 2009 10:03:46 +0000 (10:03 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

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