summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-05-12 11:51:04 +0200
committermkanat%kerio.com <>2005-05-12 11:51:04 +0200
commitd99933e45dc01a50fc9035bdae47159402e96bdb (patch)
treef1246218ad38558ed0bf219947c11f0a98f4b856 /Bugzilla/Config.pm
parente2252835e8e96371d6536af5dbd72a79e6ed05b5 (diff)
downloadbugzilla-d99933e45dc01a50fc9035bdae47159402e96bdb.tar.gz
bugzilla-d99933e45dc01a50fc9035bdae47159402e96bdb.tar.xz
Up version to 2.19.3 for release of 2.18.1.
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 6bc149be9..258db8157 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.3";
use Safe;