Skip to content

Commit 2b1451e

Browse files
committed
Released as 3.6.1
1 parent f15db37 commit 2b1451e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2018-07-12 Martin Mares <[email protected]>
2+
3+
* Released as 3.6.1.
4+
5+
* Fixed compilation issues on Linux systems with MUSL libc.
6+
17
2018-06-30 Martin Mares <[email protected]>
28

39
* Released as 3.6.0.

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.6.0
8-
DATE=2018-06-30
7+
VERSION=3.6.1
8+
DATE=2018-07-12
99

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

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 0x030600
19+
#define PCI_LIB_VERSION 0x030601
2020

2121
#ifndef PCI_ABI
2222
#define PCI_ABI

0 commit comments

Comments
 (0)