diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-02-26 22:13:42 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-02-26 23:08:38 +0000 |
commit | 21428559de8acaffd6d673c9a43fcccd6c325351 (patch) | |
tree | b0e4a233453ebffd69d4778f7344e3e745a092da /src/version.h | |
parent | efd2491a3d19160d9cae2a094e7baa9f2d958196 (diff) |
Remove useless/accidental/duped/leftover codev1.1
Also bump version, for next release (already!).
Would have been nice to just force-push this up and pretend it never
happened but there's already a couple of people with v1.0 binaries, so
let's just avoid any possible confusion.
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 89d1553..f66e9a4 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define VERSION "1.0" #define VERSION_MAJOR 1 -#define VERSION_MINOR 0 +#define VERSION_MINOR 1 |