Fixed an issue causing the version of the IDL compiler not being detected. release-10.1.6

Tue, 17 Oct 2023 11:34:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 17 Oct 2023 11:34:43 +0200
changeset 35
feb9a283922b
parent 34
2492f41bd226
child 36
5244b7fecc4d

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,
Binary file PluginExtensionCorba.zip has changed
--- a/changelog.md	Thu Jul 13 13:53:02 2023 +0200
+++ b/changelog.md	Tue Oct 17 11:34:43 2023 +0200
@@ -1,6 +1,10 @@
 ChangeLog
 ---------
 
+__Version 10.1.6__
+
+- bug fixes
+
 __Version 10.1.5__
 
 - bug fixes

eric ide

mercurial