From 7051e068d3250c44a47b7ea14d911c104696b6fa Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 8 Sep 2024 13:35:46 +0100 Subject: Import x86 fixes from SST and bump version to 1.2 This fixes the mistake with the version string in the process. --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h index f66e9a4..d37adec 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ -#define VERSION "1.0" +#define VERSION "1.2" #define VERSION_MAJOR 1 -#define VERSION_MINOR 1 +#define VERSION_MINOR 2 -- cgit v1.2.3