From 6ebb281482a1a6a991ce0f7f69863329710200dd Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Wed, 27 Nov 2024 11:28:25 +0100 Subject: [PATCH] Bumped version to 1.1.0 --- premake.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake.make b/premake.make index b48dcda..1e171e7 100644 --- a/premake.make +++ b/premake.make @@ -4,7 +4,7 @@ LDLIBS += $(shell pkg-config sdl2 --libs) CXXFLAGS += $(shell pkg-config sdl2 --cflags) MAJOR := 1 -MINOR := 0 +MINOR := 1 PATCH := 0 GENERATELIBHEADER := 1