]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number to 2.18rc2 bugzilla-2.18rc2 release-2.18rc2
authorjustdave%bugzilla.org <>
Wed, 28 Jul 2004 12:10:00 +0000 (12:10 +0000)
committerjustdave%bugzilla.org <>
Wed, 28 Jul 2004 12:10:00 +0000 (12:10 +0000)
Bugzilla/Config.pm

index b568918e376b0d602e6c7726210b81577fc58350..94a62eb09813954496bf2938c8df3a2f9d621d21 100644 (file)
@@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.19";
+$Bugzilla::Config::VERSION = "2.18rc2";
 
 use Safe;