Bump version to 1.9.0

This commit is contained in:
Gregg 2024-02-11 18:16:30 -06:00
parent d78abdaf6d
commit be354ebed3
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
// HomeSpan Version // // HomeSpan Version //
#define HS_MAJOR 1 #define HS_MAJOR 1
#define HS_MINOR 8 #define HS_MINOR 9
#define HS_PATCH 1 #define HS_PATCH 0
#define STRINGIFY(x) _STR(x) #define STRINGIFY(x) _STR(x)
#define _STR(x) #x #define _STR(x) #x