]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for release bugzilla-2.18rc1 release-2.18rc1
authorjustdave%bugzilla.org <>
Sat, 10 Jul 2004 22:01:37 +0000 (22:01 +0000)
committerjustdave%bugzilla.org <>
Sat, 10 Jul 2004 22:01:37 +0000 (22:01 +0000)
Bugzilla/Config.pm

index 75e833bed6bcbc6f29272ff40c3e20da57c5dac9..002a7cc4c2097c1db26d7643cd048cbc716eac2e 100644 (file)
@@ -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;