summaryrefslogtreecommitdiffhomepage
path: root/src/version.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2024-09-08 13:35:46 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2024-09-08 13:35:46 +0100
commit7051e068d3250c44a47b7ea14d911c104696b6fa (patch)
tree221d885ddac442700af4e060da5c3b6b33fa7342 /src/version.h
parent80e90888162628949ac6826ef15bf075b2237b0d (diff)
Import x86 fixes from SST and bump version to 1.2HEADv1.2master
This fixes the mistake with the version string in the process.
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h4
1 files changed, 2 insertions, 2 deletions
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