diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index e82d04d..dd1eb3d 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -60,7 +60,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000047BA0274LL, //10.0.18362.628 0xA00004A610001LL, //10.0.19041.1 0xA00004A6101FCLL, //10.0.19041.508 - 0xA00004A610222LL //10.0.19041.546 + 0xA00004A610222LL, //10.0.19041.546 + 0xA00004A610276LL //10.0.19041.630 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index c873b6b..505bbee 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -60,7 +60,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000047BA0274LL, //10.0.18362.628 0xA00004A610001LL, //10.0.19041.1 0xA00004A6101FCLL, //10.0.19041.508 - 0xA00004A610222LL //10.0.19041.546 + 0xA00004A610222LL, //10.0.19041.546 + 0xA00004A610276LL //10.0.19041.630 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"