summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-01-15 15:59:42 +0100
committerjustdave%bugzilla.org <>2005-01-15 15:59:42 +0100
commit8c0f6c3ce8428e66d6bcc4b58949a04d350a8ca1 (patch)
treed58284fb5c5099da84817fbaba605c084ca48a07 /Bugzilla/Config.pm
parentf796cf6076ca7c08882c863c3d07774aedcda34a (diff)
downloadbugzilla-8c0f6c3ce8428e66d6bcc4b58949a04d350a8ca1.tar.gz
bugzilla-8c0f6c3ce8428e66d6bcc4b58949a04d350a8ca1.tar.xz
Bump version to 2.19.2 for snapshot release
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 6eb5f122e..f349edba2 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.1+";
+$Bugzilla::Config::VERSION = "2.19.2";
use Safe;