Skip to content

Commit 50b2420

Browse files
committed
1.0.20
1 parent 954a300 commit 50b2420

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sandboxie/common/my_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#ifndef _MY_VERSION_H
2222
#define _MY_VERSION_H
2323

24-
#define MY_VERSION_BINARY 5,55,19
25-
#define MY_VERSION_STRING "5.55.19"
24+
#define MY_VERSION_BINARY 5,55,20
25+
#define MY_VERSION_STRING "5.55.20"
2626
#define MY_VERSION_COMPAT "5.55.0" // this refers to the driver ABI compatibility
2727

2828
// These #defines are used by either Resource Compiler or NSIS installer

SandboxiePlus/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define VERSION_MJR 1
44
#define VERSION_MIN 0
5-
#define VERSION_REV 19
5+
#define VERSION_REV 20
66
#define VERSION_UPD 0
77

88
#ifndef STR

0 commit comments

Comments
 (0)