]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update version to 2.19.2+ for cvs development
authorjustdave%bugzilla.org <>
Tue, 18 Jan 2005 09:20:27 +0000 (09:20 +0000)
committerjustdave%bugzilla.org <>
Tue, 18 Jan 2005 09:20:27 +0000 (09:20 +0000)
Bugzilla/Config.pm

index f349edba2d5107719ef02da0448b035890a0d5c1..bbdf69ee6ff80bc9b3703bfcee4166d90b69c253 100644 (file)
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.19.2";
+$Bugzilla::Config::VERSION = "2.19.2+";
 
 use Safe;