summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--lib/pci.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fda9a10..8c7edb7 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.5.5
-DATE=2017-07-05
+VERSION=3.5.6
+DATE=2017-11-17
# Host OS and release (override if you are cross-compiling)
HOST=
diff --git a/lib/pci.h b/lib/pci.h
index 794b487..81bdab3 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x030505
+#define PCI_LIB_VERSION 0x030506
#ifndef PCI_ABI
#define PCI_ABI