This commit is contained in:
DavidXanatos 2022-08-05 18:31:16 +02:00
parent c5817682dd
commit 4ed6440ba1
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.8 / 5.57.7] - 2022-07-??
### Fixed
- fixed missing uninstal routine in sandman
## [1.2.7 / 5.57.7] - 2022-07-31 ## [1.2.7 / 5.57.7] - 2022-07-31
### Added ### Added

View File

@ -2,7 +2,7 @@
#define VERSION_MJR 1 #define VERSION_MJR 1
#define VERSION_MIN 2 #define VERSION_MIN 2
#define VERSION_REV 7 #define VERSION_REV 8
#define VERSION_UPD 0 #define VERSION_UPD 0
#ifndef STR #ifndef STR