Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Dec 21, 2022
1 parent 4f97e8e commit 18f9354
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Sandboxie/common/my_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sandboxie/install/Templates.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions SandboxiePlus/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18f9354

Please sign in to comment.