summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2017-11-17 14:01:56 +0100
committerMartin Mares <mj@ucw.cz>2017-11-17 14:01:56 +0100
commit4092c88517a760e4a9b97e5f92da8d8df7d523da (patch)
tree2fea3bf5362889d43a866386d9dc96c52686dff9
parentb1b10bc12599ca936ad7853b7e111d334f5d15d1 (diff)
downloadpciutils-4092c88517a760e4a9b97e5f92da8d8df7d523da.tar.gz
Released as 3.5.6
-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