Skip to content

Commit 9f9e373

Browse files
committed
Released as 3.5.4
1 parent 3f30d0d commit 9f9e373

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2017-02-25 Martin Mares <[email protected]>
2+
3+
* Released as 3.5.4.
4+
5+
* Previous version broke compilation on systems, for which lib/types.h
6+
did not provide a 64-bit integer type. It is provided everywhere now.
7+
18
2017-02-15 Martin Mares <[email protected]>
29

310
* Released as 3.5.3.

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
OPT=-O2
55
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
66

7-
VERSION=3.5.3
8-
DATE=2017-02-15
7+
VERSION=3.5.4
8+
DATE=2017-02-25
99

1010
# Host OS and release (override if you are cross-compiling)
1111
HOST=

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This package contains the PCI Utilities, version @VERSION@.
22

3-
Copyright (c) 1997--2016 Martin Mares <[email protected]>
3+
Copyright (c) 1997--2017 Martin Mares <[email protected]>
44

55
All files in this package can be freely distributed and used according
66
to the terms of the GNU General Public License, either version 2 or

lib/pci.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "header.h"
1717
#include "types.h"
1818

19-
#define PCI_LIB_VERSION 0x030503
19+
#define PCI_LIB_VERSION 0x030504
2020

2121
#ifndef PCI_ABI
2222
#define PCI_ABI

0 commit comments

Comments
 (0)