summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-12-17 15:48:25 +0900
committergit <[email protected]>2024-12-17 06:48:33 +0000
commitce72d1448728e47d0c9dee99acba08413bec186c (patch)
tree18cd3ec7a90ecd51cc1cf8b33702af0d37fafe94
parentfc38023d4e4f44ce1d4d7c1e7921668b52983452 (diff)
[ruby/win32ole] Bump up v1.9.1
https://github.com/ruby/win32ole/commit/3e9b3b02e9
-rw-r--r--ext/win32ole/win32ole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c
index 599e847ec1..b9b70800b2 100644
--- a/ext/win32ole/win32ole.c
+++ b/ext/win32ole/win32ole.c
@@ -27,7 +27,7 @@
const IID IID_IMultiLanguage2 = {0xDCCFC164, 0x2B38, 0x11d2, {0xB7, 0xEC, 0x00, 0xC0, 0x4F, 0x8F, 0x5D, 0x9A}};
#endif
-#define WIN32OLE_VERSION "1.9.0"
+#define WIN32OLE_VERSION "1.9.1"
typedef HRESULT (STDAPICALLTYPE FNCOCREATEINSTANCEEX)
(REFCLSID, IUnknown*, DWORD, COSERVERINFO*, DWORD, MULTI_QI*);