We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954a300 commit 50b2420Copy full SHA for 50b2420
Sandboxie/common/my_version.h
@@ -21,8 +21,8 @@
21
#ifndef _MY_VERSION_H
22
#define _MY_VERSION_H
23
24
-#define MY_VERSION_BINARY 5,55,19
25
-#define MY_VERSION_STRING "5.55.19"
+#define MY_VERSION_BINARY 5,55,20
+#define MY_VERSION_STRING "5.55.20"
26
#define MY_VERSION_COMPAT "5.55.0" // this refers to the driver ABI compatibility
27
28
// These #defines are used by either Resource Compiler or NSIS installer
SandboxiePlus/version.h
@@ -2,7 +2,7 @@
2
3
#define VERSION_MJR 1
4
#define VERSION_MIN 0
5
-#define VERSION_REV 19
+#define VERSION_REV 20
6
#define VERSION_UPD 0
7
8
#ifndef STR
0 commit comments