From: Martin Mares Date: Thu, 12 Jul 2018 12:02:43 +0000 (+0200) Subject: Released as 3.6.1 X-Git-Tag: v3.6.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.6.1;p=pciutils.git Released as 3.6.1 --- diff --git a/ChangeLog b/ChangeLog index c704572..ead3791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-07-12 Martin Mares + + * Released as 3.6.1. + + * Fixed compilation issues on Linux systems with MUSL libc. + 2018-06-30 Martin Mares * Released as 3.6.0. diff --git a/Makefile b/Makefile index f7ad2cc..98f66a4 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.6.0 -DATE=2018-06-30 +VERSION=3.6.1 +DATE=2018-07-12 # Host OS and release (override if you are cross-compiling) HOST= diff --git a/lib/pci.h b/lib/pci.h index 38d224d..b4ce118 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -16,7 +16,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030600 +#define PCI_LIB_VERSION 0x030601 #ifndef PCI_ABI #define PCI_ABI