From e08c819606be341f2541a668d98e52d5f7f4aa33 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 3 May 2019 17:09:58 +0200 Subject: [PATCH] Bump version number This is a patch level release that mainly contains a fix for pkg2sqfs. It also contains some cleanups and a binary compatibility breaking change to the package file format. Signed-off-by: David Oberhollenzer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 76ceb94..f9564bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([pkgtool], [0.4], [goliath@infraroot.at], pkgtool) +AC_INIT([pkgtool], [0.4.1], [goliath@infraroot.at], pkgtool) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) AM_SILENT_RULES([yes])