aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-08-23 23:42:23 +0000
committermkanat%bugzilla.org <>2007-08-23 23:42:23 +0000
commit0bdc858ef6ca4e0d92731f79a386ad2daea19571 (patch)
tree2d5814788fde7a9f1e3824c202e6e68b85b2235d
parentBug 386860: [SECURITY] Insufficient escaping of From address when using Sendm... (diff)
downloadbugzilla-0bdc858ef6ca4e0d92731f79a386ad2daea19571.tar.gz
bugzilla-0bdc858ef6ca4e0d92731f79a386ad2daea19571.tar.bz2
bugzilla-0bdc858ef6ca4e0d92731f79a386ad2daea19571.zip
Bump version numbers for 3.0.1 release.release-3.0.1bugzilla-3.0.1
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--docs/xml/Bugzilla-Guide.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 57ed8dfa0..f7a542858 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -146,7 +146,7 @@ use File::Basename;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "3.0+";
+use constant BUGZILLA_VERSION => "3.0.1";
#
# ControlMap constants for group_control_map.
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index baa5a9369..b8c395dea 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -34,12 +34,12 @@
For a devel release, simple bump bz-ver and bz-date
-->
-<!ENTITY bz-ver "3.0">
+<!ENTITY bz-ver "3.0.1">
<!ENTITY bz-nextver "3.2">
-<!ENTITY bz-date "2007-05-09">
+<!ENTITY bz-date "2007-08-23">
<!ENTITY current-year "2007">
-<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
+<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.0-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/">