diff options
author | justdave%syndicomm.com <> | 2002-11-09 09:59:22 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-11-09 09:59:22 +0000 |
commit | 957b0d8191813bde97d4006893d317ff2b471e7a (patch) | |
tree | 772b9c8a2f4c9dd57705d35295f480d27ff80acc | |
parent | Fix for bug 171505: shows disabled flags in the UI (diff) | |
download | bugzilla-2.17.1.tar.gz bugzilla-2.17.1.tar.bz2 bugzilla-2.17.1.zip |
Bumping version number for development snapshot tarballrelease-2.17.1bugzilla-2.17.1
-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; |