From: Martin Mares Date: Sat, 25 Feb 2017 23:00:20 +0000 (+0100) Subject: Released as 3.5.4 X-Git-Tag: v3.5.4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0b71dee656ddcb358e885d25c26e20305b9335f6;p=pciutils.git Released as 3.5.4 --- diff --git a/ChangeLog b/ChangeLog index 6909b54..218770a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-02-25 Martin Mares + + * 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 * 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 +Copyright (c) 1997--2017 Martin Mares 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