diff options
author | justdave%syndicomm.com <> | 2002-11-09 10:59:22 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-11-09 10:59:22 +0100 |
commit | 957b0d8191813bde97d4006893d317ff2b471e7a (patch) | |
tree | 772b9c8a2f4c9dd57705d35295f480d27ff80acc /Bugzilla | |
parent | 8816b8cb98a7902b722c00cbed6e22b12f176e74 (diff) | |
download | bugzilla-957b0d8191813bde97d4006893d317ff2b471e7a.tar.gz bugzilla-957b0d8191813bde97d4006893d317ff2b471e7a.tar.xz |
Bumping version number for development snapshot tarball
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 8a5e6c4bf..534367ce0 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -51,7 +51,7 @@ use Bugzilla::Util; Exporter::export_ok_tags('admin', 'db'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.17"; +$Bugzilla::Config::VERSION = "2.17.1"; use Safe; |