From 21ebadc5acae665763c45bb87f616eb8a0480eb2 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Tue, 21 Feb 2006 16:34:45 +0000 Subject: [PATCH] Update the version number post-release. --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 3b91e6f8b5..4d3193decf 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.18.5"; +$Bugzilla::Config::VERSION = "2.18.5+"; use Safe; -- 2.47.3