diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-09-08 13:35:46 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-09-08 13:35:46 +0100 |
commit | 7051e068d3250c44a47b7ea14d911c104696b6fa (patch) | |
tree | 221d885ddac442700af4e060da5c3b6b33fa7342 /src/version.h | |
parent | 80e90888162628949ac6826ef15bf075b2237b0d (diff) |
This fixes the mistake with the version string in the process.
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 4 |
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 |