From 9f9e373b17f1bc7363cc43aff0ad024eae0c5c36 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 26 Feb 2017 00:00:20 +0100 Subject: [PATCH] Released as 3.5.4 --- ChangeLog | 7 +++++++ Makefile | 4 ++-- README | 2 +- lib/pci.h | 2 +- 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 + + * 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 -- 2.39.2