]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version post-release.
authormkanat%bugzilla.org <>
Sun, 23 Apr 2006 12:23:28 +0000 (12:23 +0000)
committermkanat%bugzilla.org <>
Sun, 23 Apr 2006 12:23:28 +0000 (12:23 +0000)
Bugzilla/Config.pm

index 91aa90075d5b9a52b639437e320fb130b8a09842..09e2e3a955c78383664408e77d76ad6bbf1e4f24 100644 (file)
@@ -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;