From 70d3f400e9ecb6d71ce127f1e799531a8d1f1358 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Mon, 12 Jul 2004 00:53:27 +0000 Subject: Bumping trunk versions to 2.19. r,a=justdave (on irc) --- 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 002a7cc4c..b568918e3 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot"; Exporter::export_ok_tags('admin', 'db', 'locations'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.18rc1"; +$Bugzilla::Config::VERSION = "2.19"; use Safe; -- cgit v1.2.3-24-g4f1b