From 7757a0fa3b07a74c82d24397fc70e8c1e9797f54 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 31 Dec 2023 14:03:47 +0800 Subject: [PATCH 1/3] Set version string to 1.8.0 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 1ff741e..1e71b75 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #pragma once #define APP_NAME "NSTool" #define BIN_NAME "nstool" -#define VER_MAJOR 0 -#define VER_MINOR 0 +#define VER_MAJOR 1 +#define VER_MINOR 8 #define VER_PATCH 0 #define AUTHORS "jakcron" \ No newline at end of file From e9a71cbc2b546c443b7edcff48281f86d1509181 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 31 Dec 2023 22:37:25 +0800 Subject: [PATCH 2/3] Set version string to v1.8.1 --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index 1ff741e..4b60dca 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #pragma once #define APP_NAME "NSTool" #define BIN_NAME "nstool" -#define VER_MAJOR 0 -#define VER_MINOR 0 -#define VER_PATCH 0 +#define VER_MAJOR 1 +#define VER_MINOR 8 +#define VER_PATCH 1 #define AUTHORS "jakcron" \ No newline at end of file From b8464efa2752971e3c8492124f7b679420cc72a0 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 20 Jan 2024 14:05:11 +0800 Subject: [PATCH 3/3] Set version to v1.9.0 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 1ff741e..b16c8a2 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #pragma once #define APP_NAME "NSTool" #define BIN_NAME "nstool" -#define VER_MAJOR 0 -#define VER_MINOR 0 +#define VER_MAJOR 1 +#define VER_MINOR 9 #define VER_PATCH 0 #define AUTHORS "jakcron" \ No newline at end of file