From 9b81fc4769e33acff371d3ba4891b76919dfa0a6 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Fri, 12 Jan 2024 11:12:57 +0000 Subject: [PATCH] Makefile: bump version Signed-off-by: Colin Ian King --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6979b4e..e93a987 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION=0.01.09 +VERSION=0.01.10 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 #