Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Dec 3, 2021
1 parent c31249a commit d76142d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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,55,0
#define MY_VERSION_STRING "5.55.0"
#define MY_VERSION_BINARY 5,55,1
#define MY_VERSION_STRING "5.55.1"
#define MY_VERSION_COMPAT "5.55.0" // this refers to the driver ABI compatibility

// These #defines are used by either Resource Compiler, or by NSIC installer
Expand Down
2 changes: 1 addition & 1 deletion SandboxiePlus/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define VERSION_MJR 1
#define VERSION_MIN 0
#define VERSION_REV 0
#define VERSION_REV 1
#define VERSION_UPD 0

#ifndef STR
Expand Down

0 comments on commit d76142d

Please sign in to comment.