aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-03-30 23:49:34 +0000
committermkanat%bugzilla.org <>2009-03-30 23:49:34 +0000
commit935959aeb2d99d7b4c9899410c1cc80c907c629f (patch)
treed28a7586c4b7d5d2219a2e94195f067baa90da93
parentBug 423613: Make profiles.extern_id actually UNIQUE in the DB schema. (diff)
downloadbugzilla-3.5.tar.gz
bugzilla-3.5.tar.bz2
bugzilla-3.5.zip
Change trunk version number to 3.5.release-3.5bugzilla-3.5
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--docs/en/xml/Bugzilla-Guide.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 9f3fcfabd..858464542 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -168,7 +168,7 @@ use File::Basename;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "3.3.3+";
+use constant BUGZILLA_VERSION => "3.5";
# 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
diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml
index 954c073ce..d29a03079 100644
--- a/docs/en/xml/Bugzilla-Guide.xml
+++ b/docs/en/xml/Bugzilla-Guide.xml
@@ -34,9 +34,9 @@
For a devel release, simple bump bz-ver and bz-date
-->
-<!ENTITY bz-ver "3.3.3">
+<!ENTITY bz-ver "3.5">
<!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2009-02-03">
+<!ENTITY bz-date "2009-03-30">
<!ENTITY current-year "2009">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">