]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number to 2.17.7 for release. bugzilla-2.17.7 release-2.17.7
authorjustdave%syndicomm.com <>
Wed, 3 Mar 2004 15:35:43 +0000 (15:35 +0000)
committerjustdave%syndicomm.com <>
Wed, 3 Mar 2004 15:35:43 +0000 (15:35 +0000)
Bugzilla/Config.pm

index 3d75acfe4afad48e45401e4e7d27da8b3af7625c..75e833bed6bcbc6f29272ff40c3e20da57c5dac9 100644 (file)
@@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.17.6";
+$Bugzilla::Config::VERSION = "2.17.7";
 
 use Safe;