diff --git a/CHANGELOG.md b/CHANGELOG.md index 665a9edc..e22048f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## [1.6.3 / 5.61.3] - 2022-12-21 +### Changed +- improved Network Location Awareness template ## [1.6.2b / 5.61.2] - 2022-12-21 diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index e8fc579c..417c7a89 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -21,8 +21,8 @@ #ifndef _MY_VERSION_H #define _MY_VERSION_H -#define MY_VERSION_BINARY 5,61,2 -#define MY_VERSION_STRING "5.61.2" +#define MY_VERSION_BINARY 5,61,3 +#define MY_VERSION_STRING "5.61.3" #define MY_ABI_VERSION 0x56000 // These #defines are used by either Resource Compiler or NSIS installer diff --git a/Sandboxie/install/Templates.ini b/Sandboxie/install/Templates.ini index 7c004368..a90ef9c3 100644 --- a/Sandboxie/install/Templates.ini +++ b/Sandboxie/install/Templates.ini @@ -3458,7 +3458,7 @@ RpcPortBindingIfId=GamePort,{88ABCBC3-34EA-76AE-8215-767520655A23} # windows 11 NLA RpcPortBinding=nlansp_c.dll,'ncalrpc:',Resolve=NetworkProfiles,TimeOut=y -RpcPortBindingIfId=NetworkProfiles,{BD6CA954-842E-468F-8B07-89CBFA9522DC} +RpcPortBindingIfId=NetworkProfiles,{3F787932-3452-4363-8651-6EA97BB373BB} #RpcPortBindingSvc=NetworkProfiles,netprofm diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index cf125b4c..cf3086ab 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,8 +2,8 @@ #define VERSION_MJR 1 #define VERSION_MIN 6 -#define VERSION_REV 2 -#define VERSION_UPD 2 +#define VERSION_REV 3 +#define VERSION_UPD 0 #ifndef STR #define STR2(X) #X