From b592347bf487ae4bde59eff95e0767daefc041c9 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Sun, 2 Oct 2005 03:05:50 +0000 Subject: [PATCH] Add a + to the version number for post-2.18.4 CVS versions. --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 43cb324802..c8f8cb1d3f 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.4"; +$Bugzilla::Config::VERSION = "2.18.4+"; use Safe; -- 2.47.3