From 21428559de8acaffd6d673c9a43fcccd6c325351 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 26 Feb 2024 22:13:42 +0000 Subject: Remove useless/accidental/duped/leftover code 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. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version.h') 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 -- cgit v1.2.3