]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as 3.6.1 v3.6.1
authorMartin Mares <mj@ucw.cz>
Thu, 12 Jul 2018 12:02:43 +0000 (14:02 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 12 Jul 2018 12:03:15 +0000 (14:03 +0200)
ChangeLog
Makefile
lib/pci.h

index c70457293343b4856dc09c6060437360abd7cf1a..ead379155ebdb2f8812e2dacded11d97eceb3f69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-12  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.6.1.
+
+       * Fixed compilation issues on Linux systems with MUSL libc.
+
 2018-06-30  Martin Mares <mj@ucw.cz>
 
        * Released as 3.6.0.
index f7ad2cc9165c2820eeda6a81eebfaa2c83974e29..98f66a4b832433e3113019222d81be947f457e3d 100644 (file)
--- 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=
index 38d224d6a711f353a58627bf11c60d9c6ad31701..b4ce118dc867f1ad18f34580f7ee471c282b78d9 100644 (file)
--- 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