Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Dec 18, 2022
1 parent b1d0e1b commit 4b4dd75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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,1
#define MY_VERSION_STRING "5.61.1"
#define MY_VERSION_BINARY 5,61,2
#define MY_VERSION_STRING "5.61.2"
#define MY_ABI_VERSION 0x56000

// These #defines are used by either Resource Compiler or NSIS installer
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 1
#define VERSION_UPD 2
#define VERSION_REV 2
#define VERSION_UPD 0

#ifndef STR
#define STR2(X) #X
Expand Down

0 comments on commit 4b4dd75

Please sign in to comment.