1.6.3
This commit is contained in:
parent
4f97e8e9cc
commit
18f9354d54
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue