aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-10-25 14:43:45 +0000
committerjustdave%bugzilla.org <>2004-10-25 14:43:45 +0000
commita5139127f4d34e5d2d074e3331a27706ca5a83c4 (patch)
tree05136a3e6e8fc8e4f88843a68d2c10f6aa6eb05a /Bugzilla/Config.pm
parent[SECURITY] Bug 250605: Changes to the metadata (filename, description, mime t... (diff)
downloadbugzilla-a5139127f4d34e5d2d074e3331a27706ca5a83c4.tar.gz
bugzilla-a5139127f4d34e5d2d074e3331a27706ca5a83c4.tar.bz2
bugzilla-a5139127f4d34e5d2d074e3331a27706ca5a83c4.zip
Bump version number to 2.19.1 for snapshot releaserelease-2.19.1bugzilla-2.19.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 fa6fc3147..65f0285a9 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";
+$Bugzilla::Config::VERSION = "2.19.1";
use Safe;