From 8c0f6c3ce8428e66d6bcc4b58949a04d350a8ca1 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sat, 15 Jan 2005 14:59:42 +0000 Subject: Bump version to 2.19.2 for snapshot release --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 6eb5f122e..f349edba2 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -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.2"; use Safe; -- cgit v1.2.3-24-g4f1b