summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2018-07-12 14:02:43 +0200
committerMartin Mares <mj@ucw.cz>2018-07-12 14:03:15 +0200
commit2b1451ebd289585b80f832e922fdf19fd6ee48b5 (patch)
tree2a283e0c7b3ea4ef5582691a920e2277919d394d
parentf15db375b857d3a2663dd7e13da0500c4daec762 (diff)
downloadpciutils-2b1451ebd289585b80f832e922fdf19fd6ee48b5.tar.gz
Released as 3.6.1v3.6.1
-rw-r--r--ChangeLog6
-rw-r--r--Makefile4
-rw-r--r--lib/pci.h2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c704572..ead3791 100644
--- 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.
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