From f7af2cb0d87fedaae46b4fc2c7c1b04784616545 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" Date: Sat, 1 Oct 2005 20:04:07 +0000 Subject: [PATCH] Add a + to the version number to indicate it came from CVS. git-svn-id: svn://10.0.0.236/trunk@181410 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Config.pm b/mozilla/webtools/bugzilla/Bugzilla/Config.pm index 7723e5b04a6..6e7968b07dc 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Config.pm +++ b/mozilla/webtools/bugzilla/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.1"; +$Bugzilla::Config::VERSION = "2.21.1+"; use Safe;