From 2a554e2b4b1ceda94e5ea3c702078334b2f5290f Mon Sep 17 00:00:00 2001 From: Dany LE Date: Thu, 9 Apr 2026 17:51:04 +0200 Subject: [PATCH] bump to version 1.0.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5d4e2ff..3696e53 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # initialise autoconf and set up some basic information about the program we’re packaging -AC_INIT([silk], [1.0.0], [xsang.le@gmail.com]) +AC_INIT([silk], [1.0.1], [xsang.le@gmail.com]) # We’re going to use automake for this project # [subdir-objects] if needed