From 804926e2928c6a02defddced28338320ee1765a3 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Sat, 1 Oct 2005 05:35:52 +0000 Subject: Bump version numbers for 2.21.1 --- 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 5ebc74e52..7723e5b04 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -89,7 +89,7 @@ our $webdotdir = "$datadir/webdot"; Exporter::export_ok_tags('admin', 'db', 'locations'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.21"; +$Bugzilla::Config::VERSION = "2.21.1"; use Safe; -- cgit v1.2.3-24-g4f1b