1
0
Fork 0
mirror of https://github.com/pygos/pkg-utils.git synced 2024-07-26 19:26:14 +02:00

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 <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-05-03 17:09:58 +02:00
parent ba034260d4
commit e08c819606

View file

@ -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])