Tue, 17 Oct 2023 11:34:43 +0200
Fixed an issue causing the version of the IDL compiler not being detected.
PluginExtensionCorba.py | file | annotate | diff | comparison | revisions | |
PluginExtensionCorba.zip | file | annotate | diff | comparison | revisions | |
changelog.md | file | annotate | diff | comparison | revisions |
--- 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,