summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2017-02-26 00:00:20 +0100
committerMartin Mares <mj@ucw.cz>2017-02-26 00:00:20 +0100
commit9f9e373b17f1bc7363cc43aff0ad024eae0c5c36 (patch)
tree60f4d260e3a151338ef2a083a2305bca9dfe44f5
parent3f30d0d1fdd23bbf7fafa201eea0fe734ca841c6 (diff)
downloadpciutils-9f9e373b17f1bc7363cc43aff0ad024eae0c5c36.tar.gz
Released as 3.5.4v3.5.4
-rw-r--r--ChangeLog7
-rw-r--r--Makefile4
-rw-r--r--README2
-rw-r--r--lib/pci.h2
4 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6909b54..218770a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-02-25 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.5.4.
+
+ * Previous version broke compilation on systems, for which lib/types.h
+ did not provide a 64-bit integer type. It is provided everywhere now.
+
2017-02-15 Martin Mares <mj@ucw.cz>
* Released as 3.5.3.
diff --git a/Makefile b/Makefile
index caed834..db7ff75 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.5.3
-DATE=2017-02-15
+VERSION=3.5.4
+DATE=2017-02-25
# Host OS and release (override if you are cross-compiling)
HOST=
diff --git a/README b/README
index 4efebb6..45c8180 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This package contains the PCI Utilities, version @VERSION@.
-Copyright (c) 1997--2016 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2017 Martin Mares <mj@ucw.cz>
All files in this package can be freely distributed and used according
to the terms of the GNU General Public License, either version 2 or
diff --git a/lib/pci.h b/lib/pci.h
index 13a285f..9781acc 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x030503
+#define PCI_LIB_VERSION 0x030504
#ifndef PCI_ABI
#define PCI_ABI