diff options
author | mkanat%bugzilla.org <> | 2006-04-23 14:23:28 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-04-23 14:23:28 +0200 |
commit | c5f0361511f2e326f8c3764fbde5cb620928917b (patch) | |
tree | e76ee2235f6efab58b1e004de3c0bd6a9fb34171 /Bugzilla | |
parent | 8bf728fb17a898236fcff1eb8de9a158d014ff61 (diff) | |
download | bugzilla-c5f0361511f2e326f8c3764fbde5cb620928917b.tar.gz bugzilla-c5f0361511f2e326f8c3764fbde5cb620928917b.tar.xz |
Bump version post-release.
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 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; |