diff --git a/RpcCore/RpcCore2_32bits/RpcInternals.h b/RpcCore/RpcCore2_32bits/RpcInternals.h index 8bb56f5..4ec3c3b 100644 --- a/RpcCore/RpcCore2_32bits/RpcInternals.h +++ b/RpcCore/RpcCore2_32bits/RpcInternals.h @@ -16,6 +16,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB14ABFLL, //6.1.7601.19135 0x600011DB15B7BLL, //6.1.7601.23419 0x600011DB15CA2LL, //6.1.7601.23714 + 0x600011DB15D08LL, //6.1.7601.23816 0x600011DB15D6BLL, //6.1.7601.23915 }; diff --git a/RpcCore/RpcCore2_64bits/RpcInternals.h b/RpcCore/RpcCore2_64bits/RpcInternals.h index a295334..431e032 100644 --- a/RpcCore/RpcCore2_64bits/RpcInternals.h +++ b/RpcCore/RpcCore2_64bits/RpcInternals.h @@ -15,6 +15,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB14ABFLL, //6.1.7601.19135 0x600011DB15B7BLL, //6.1.7601.23419 0x600011DB15CA2LL, //6.1.7601.23714 + 0x600011DB15D08LL, //6.1.7601.23816 0x600011DB15D6BLL, //6.1.7601.23915 };