From dc970bf08994d0dd9de323fd578c430a1f3db2f8 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 3 Feb 2007 09:35:17 +0000 Subject: [PATCH] Bump 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 eb7c2a4759..cdca78d7ae 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.20.4"; +$Bugzilla::Config::VERSION = "2.20.4+"; use Safe; -- 2.47.3