Skip to content

Commit

Permalink
1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Nov 19, 2024
1 parent fa70d9c commit 0cf5d8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [1.15.3 / 5.70.3] - 2024-11-??

### Added

### Fixed




## [1.15.2 / 5.70.2] - 2024-11-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion Sandboxie/common/my_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define VERSION_MJR 5
#define VERSION_MIN 70
#define VERSION_REV 2
#define VERSION_REV 3
#define VERSION_UPD 0

#if VERSION_UPD > 0
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 15
#define VERSION_REV 2
#define VERSION_REV 3
#define VERSION_UPD 0

#ifndef STR
Expand Down

0 comments on commit 0cf5d8d

Please sign in to comment.