aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%kerio.com <>2006-02-21 14:51:55 +0000
committermkanat%kerio.com <>2006-02-21 14:51:55 +0000
commite1c94367d17acc42d62cebd248851f71dc9eb3c8 (patch)
tree34ab18404c96317aecfa2faef0c5349ef8f9803b
parent[SECURITY] Bug 312498: editparams.cgi doesn't check whether 'whinedays' and '... (diff)
downloadbugzilla-e1c94367d17acc42d62cebd248851f71dc9eb3c8.tar.gz
bugzilla-e1c94367d17acc42d62cebd248851f71dc9eb3c8.tar.bz2
bugzilla-e1c94367d17acc42d62cebd248851f71dc9eb3c8.zip
Update version numbers for 2.18.5 release.release-2.18.5bugzilla-2.18.5
-rw-r--r--Bugzilla/Config.pm2
-rw-r--r--docs/xml/Bugzilla-Guide.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index c8f8cb1d3..3b91e6f8b 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot";
Exporter::export_ok_tags('admin', 'db', 'locations');
# Bugzilla version
-$Bugzilla::Config::VERSION = "2.18.4+";
+$Bugzilla::Config::VERSION = "2.18.5";
use Safe;
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index 05914c524..584526106 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -25,10 +25,10 @@
* bz-date to the release date
-->
-<!ENTITY bz-ver "2.18.4">
-<!ENTITY bz-nextver "2.18.5">
-<!ENTITY bz-date "2005-09-30">
-<!ENTITY current-year "2005">
+<!ENTITY bz-ver "2.18.5">
+<!ENTITY bz-nextver "2.18.6">
+<!ENTITY bz-date "2005-02-20">
+<!ENTITY current-year "2006">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-2.18-branch/">
<!ENTITY bz "http://www.bugzilla.org/">