diff -r 2492f41bd226 -r feb9a283922b PluginExtensionCorba.py --- a/PluginExtensionCorba.py Thu Jul 13 13:53:02 2023 +0200 +++ b/PluginExtensionCorba.py Tue Oct 17 11:34:43 2023 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.1.5" +version = "10.1.6" className = "CorbaExtensionPlugin" packageName = "ExtensionCorba" shortDescription = "Support for the development of CORBA projects" @@ -75,7 +75,7 @@ "exe": exe, "versionCommand": "-V", "versionStartsWith": "omniidl", - "versionRe": "", + "versionRe": None, "versionPosition": -1, "version": "", "versionCleanup": None,