summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-01-18 10:20:27 +0100
committerjustdave%bugzilla.org <>2005-01-18 10:20:27 +0100
commite7f07d5e8fd801576080ee9ff295f7631be894fa (patch)
treed71a6f72317537623d1f1bc464ab4ae671a2782b /Bugzilla/Config.pm
parent9df2627d0df79320094d571794f700cef073ea8a (diff)
downloadbugzilla-e7f07d5e8fd801576080ee9ff295f7631be894fa.tar.gz
bugzilla-e7f07d5e8fd801576080ee9ff295f7631be894fa.tar.xz
Update version to 2.19.2+ for cvs development
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index f349edba2..bbdf69ee6 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.19.2";
+$Bugzilla::Config::VERSION = "2.19.2+";
use Safe;