diff --git a/RpcCore/RpcCore2_32bits/RpcInternals.h b/RpcCore/RpcCore2_32bits/RpcInternals.h index c05bed4..d2a8d07 100644 --- a/RpcCore/RpcCore2_32bits/RpcInternals.h +++ b/RpcCore/RpcCore2_32bits/RpcInternals.h @@ -18,7 +18,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15CA2LL, //6.1.7601.23714 0x600011DB15D08LL, //6.1.7601.23816 0x600011DB15D6BLL, //6.1.7601.23915 - 0x600011DB15E35LL //6.1.7601.24117 + 0x600011DB15E35LL, //6.1.7601.24117 + 0x600011DB15EE3LL //6.1.7601.24291 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore2_64bits/RpcInternals.h b/RpcCore/RpcCore2_64bits/RpcInternals.h index b14cba2..e146031 100644 --- a/RpcCore/RpcCore2_64bits/RpcInternals.h +++ b/RpcCore/RpcCore2_64bits/RpcInternals.h @@ -17,7 +17,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15CA2LL, //6.1.7601.23714 0x600011DB15D08LL, //6.1.7601.23816 0x600011DB15D6BLL, //6.1.7601.23915 - 0x600011DB15E35LL //6.1.7601.24117 + 0x600011DB15E35LL, //6.1.7601.24117 + 0x600011DB15EE3LL //6.1.7601.24291 }; #define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"