summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-05-13 03:54:00 +0200
committerjustdave%bugzilla.org <>2005-05-13 03:54:00 +0200
commit577fc6b2ecc1e482bc35d2ca8fbec01970bda577 (patch)
tree1b8c08874da7b8fe3971ecc213cee58df04c499e /Bugzilla/Config.pm
parent0de74ae8ec895b9085ee7afed47cd90fe52744c6 (diff)
downloadbugzilla-577fc6b2ecc1e482bc35d2ca8fbec01970bda577.tar.gz
bugzilla-577fc6b2ecc1e482bc35d2ca8fbec01970bda577.tar.xz
Bump version number to 2.19.3+ for 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 258db8157..4a08d1819 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.3";
+$Bugzilla::Config::VERSION = "2.19.3+";
use Safe;