summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-04-23 14:23:28 +0200
committermkanat%bugzilla.org <>2006-04-23 14:23:28 +0200
commitc5f0361511f2e326f8c3764fbde5cb620928917b (patch)
treee76ee2235f6efab58b1e004de3c0bd6a9fb34171 /Bugzilla/Config.pm
parent8bf728fb17a898236fcff1eb8de9a158d014ff61 (diff)
downloadbugzilla-c5f0361511f2e326f8c3764fbde5cb620928917b.tar.gz
bugzilla-c5f0361511f2e326f8c3764fbde5cb620928917b.tar.xz
Bump version post-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 91aa90075..09e2e3a95 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -94,7 +94,7 @@ our @parampanels = ();
Exporter::export_ok_tags('admin', 'db', 'locations', 'params');
# Bugzilla version
-$Bugzilla::Config::VERSION = "2.23.1";
+$Bugzilla::Config::VERSION = "2.23.1+";
use Safe;