]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for the 3.1.3 release.
authormkanat%bugzilla.org <>
Sat, 2 Feb 2008 06:34:19 +0000 (06:34 +0000)
committermkanat%bugzilla.org <>
Sat, 2 Feb 2008 06:34:19 +0000 (06:34 +0000)
Bugzilla/Constants.pm
docs/xml/Bugzilla-Guide.xml

index 31427bc827e0600dcc95cf81b5384c824c29eae4..b8b77fbadc7c66da7e88429f6ca6bcc139529bdb 100644 (file)
@@ -156,7 +156,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.1.2+";
+use constant BUGZILLA_VERSION => "3.1.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 6e89bcf1e5a3dfc4418d53a6890f6acbedb3a2a5..e9650c7cb6467e5cf8146bd9308c3847f37f7e3c 100644 (file)
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.1.2">
+<!ENTITY bz-ver "3.1.3">
 <!ENTITY bz-nextver "3.2">
-<!ENTITY bz-date "2007-09-18">
-<!ENTITY current-year "2007">
+<!ENTITY bz-date "2008-02-01">
+<!ENTITY current-year "2008">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
 <!ENTITY bz "http://www.bugzilla.org/">