diff options
author | justdave%bugzilla.org <> | 2004-07-10 22:01:37 +0000 |
---|---|---|
committer | justdave%bugzilla.org <> | 2004-07-10 22:01:37 +0000 |
commit | 5be4573b1d4f51b032b023f0986fd878a1c2ddf7 (patch) | |
tree | 17dd07f8f6a30d96f3ad10ecb430e587d27a8270 | |
parent | Bug 238797: minor adjustment to javascript filters to prevent tags inserted i... (diff) | |
download | bugzilla-release-2.18rc1.tar.gz bugzilla-release-2.18rc1.tar.bz2 bugzilla-release-2.18rc1.zip |
Bump version number for releaserelease-2.18rc1bugzilla-2.18rc1
-rw-r--r-- | Bugzilla/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 75e833bed..002a7cc4c 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.17.7"; +$Bugzilla::Config::VERSION = "2.18rc1"; use Safe; |