]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number to 2.19.1+ to indicate version pulled from CVS.
authorjustdave%bugzilla.org <>
Mon, 25 Oct 2004 18:35:14 +0000 (18:35 +0000)
committerjustdave%bugzilla.org <>
Mon, 25 Oct 2004 18:35:14 +0000 (18:35 +0000)
Bugzilla/Config.pm

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