]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update version number for 3.1.2. bugzilla-3.1.2 release-3.1.2
authormkanat%bugzilla.org <>
Wed, 19 Sep 2007 04:40:36 +0000 (04:40 +0000)
committermkanat%bugzilla.org <>
Wed, 19 Sep 2007 04:40:36 +0000 (04:40 +0000)
Bugzilla/Constants.pm
docs/xml/Bugzilla-Guide.xml

index 27a1b0d779f393f74a2cd135ea11ba47ff6365fc..d99ac4afaa29d5c4a2e43384af61f5ae35d269f7 100644 (file)
@@ -150,7 +150,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.1.1+";
+use constant BUGZILLA_VERSION => "3.1.2";
 
 # 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 1bfda7c248bdbd97873748c21b5bdf66b772867d..43547853fd4ed5ae7134b73889ae9e1492eda9da 100644 (file)
@@ -36,9 +36,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.1.1">
+<!ENTITY bz-ver "3.1.2">
 <!ENTITY bz-nextver "3.2">
-<!ENTITY bz-date "2007-08-23">
+<!ENTITY bz-date "2007-09-18">
 <!ENTITY current-year "2007">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">