1
0
Fork 0
mirror of https://github.com/pygos/pkg-utils.git synced 2024-10-24 00:35:36 +02:00

Release version 0.3

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-03-31 13:39:21 +02:00
parent 4d48e374d8
commit 63bad9786a

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.60])
AC_INIT([pkgtool], [0.2], [goliath@infraroot.at], pkgtool)
AC_INIT([pkgtool], [0.3], [goliath@infraroot.at], pkgtool)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
AM_SILENT_RULES([yes])