From 8bf728fb17a898236fcff1eb8de9a158d014ff61 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 23 Apr 2006 09:42:23 +0000 Subject: Update the version numbers for 2.23.1. --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 33480f5f1..91aa90075 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"; +$Bugzilla::Config::VERSION = "2.23.1"; use Safe; -- cgit v1.2.3-24-g4f1b