From 2b1451ebd289585b80f832e922fdf19fd6ee48b5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 12 Jul 2018 14:02:43 +0200 Subject: [PATCH] Released as 3.6.1 --- ChangeLog | 6 ++++++ Makefile | 4 ++-- lib/pci.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c704572..ead3791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-07-12 Martin Mares + + * Released as 3.6.1. + + * Fixed compilation issues on Linux systems with MUSL libc. + 2018-06-30 Martin Mares * Released as 3.6.0. diff --git a/Makefile b/Makefile index f7ad2cc..98f66a4 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.6.0 -DATE=2018-06-30 +VERSION=3.6.1 +DATE=2018-07-12 # Host OS and release (override if you are cross-compiling) HOST= diff --git a/lib/pci.h b/lib/pci.h index 38d224d..b4ce118 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -16,7 +16,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030600 +#define PCI_LIB_VERSION 0x030601 #ifndef PCI_ABI #define PCI_ABI -- 2.39.2