]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.2rc1. bugzilla-3.2rc1 release-3.2rc1
authormkanat%bugzilla.org <>
Tue, 12 Aug 2008 14:55:59 +0000 (14:55 +0000)
committermkanat%bugzilla.org <>
Tue, 12 Aug 2008 14:55:59 +0000 (14:55 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index c66e93375678cd16712af62d4bb2e5fe01309b79..4746b72b3ceaddf1c2835f9c36408ca331645dd2 100644 (file)
@@ -156,7 +156,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.1.4+";
+use constant BUGZILLA_VERSION => "3.2rc1";
 
 # 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 ea1c1a259e3627713c5cb3156008b43ecf597606..d6dc14243b07e6121692cc8a7aa5b0691eeba9cd 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-                      "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [
     <!ENTITY % myents SYSTEM "bugzilla.ent">
     %myents;
 
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.1.4">
+<!ENTITY bz-ver "3.2rc1">
 <!ENTITY bz-nextver "3.2">
-<!ENTITY bz-date "2008-05-04">
+<!ENTITY bz-date "2008-08-12">
 <!ENTITY current-year "2008">
 
-<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
+<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">
 <!ENTITY bz "http://www.bugzilla.org/">
 <!ENTITY bzg-bugs "<ulink url='https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">
 <!ENTITY mysql "http://www.mysql.com/">