From 7efdf17989a7af4f1a106c8bcb4bc1f1f6cf5d12 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 15 Oct 2024 12:52:59 +0200 Subject: [PATCH] Bump version to 1.3.1 --- premake.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake.make b/premake.make index 2de5638..47dbca0 100644 --- a/premake.make +++ b/premake.make @@ -2,6 +2,6 @@ LDLIBS := -lscerror -lunistring MAJOR := 1 MINOR := 3 -PATCH := 0 +PATCH := 1 GENERATELIBHEADER := 1