From 2f8b8f9fcfcdb5d5692c6da887fc7f9c0cac847c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 22 May 2016 09:55:55 +0200 Subject: [PATCH] Released as 3.5.1. --- ChangeLog | 6 ++++++ lib/pci.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c0ede41..20ea649 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-05-22 Martin Mares + + * Released as 3.5.1. + + * Fixed symbol versioning of pci_init(). + 2016-05-19 Martin Mares * Released as 3.5.0. diff --git a/lib/pci.h b/lib/pci.h index 7e9bb2e..9faa3bd 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -16,7 +16,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030500 +#define PCI_LIB_VERSION 0x030501 #ifndef PCI_ABI #define PCI_ABI -- 2.39.2