diff --git a/RpcCore/RpcCore2_32bits/RpcInternals.h b/RpcCore/RpcCore2_32bits/RpcInternals.h index 028b968..1b7996a 100644 --- a/RpcCore/RpcCore2_32bits/RpcInternals.h +++ b/RpcCore/RpcCore2_32bits/RpcInternals.h @@ -23,7 +23,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15EE3LL, //6.1.7601.24291 0x600011DB15EF4LL, //6.1.7601.24308 0x600011DB15F0FLL, //6.1.7601.24335 - 0x600011DB15F58LL //6.1.7601.24408 + 0x600011DB15F58LL, //6.1.7601.24408 + 0x600011DB15F79LL //6.1.7601.24441 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore2_64bits/RpcInternals.h b/RpcCore/RpcCore2_64bits/RpcInternals.h index c33a84e..b3c062f 100644 --- a/RpcCore/RpcCore2_64bits/RpcInternals.h +++ b/RpcCore/RpcCore2_64bits/RpcInternals.h @@ -22,7 +22,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15EE3LL, //6.1.7601.24291 0x600011DB15EF4LL, //6.1.7601.24308 0x600011DB15F0FLL, //6.1.7601.24335 - 0x600011DB15F58LL //6.1.7601.24408 + 0x600011DB15F58LL, //6.1.7601.24408 + 0x600011DB15F79LL //6.1.7601.24441 }; #define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"