From d224993d423bcd0e88d8eacc0464bc3a66972e95 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 18 Apr 2022 18:48:26 +0200 Subject: [PATCH] Released as 3.8.0. --- ChangeLog | 2 +- Makefile | 6 +++--- lib/pci.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1c4802..f5852d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2022-04-16 Martin Mares +2022-04-18 Martin Mares * Released as 3.8.0. diff --git a/Makefile b/Makefile index e9afb57..9319bb4 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2020 Martin Mares +# (c) 1998--2022 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.7.0 -DATE=2020-05-31 +VERSION=3.8.0 +DATE=2022-04-18 # Host OS and release (override if you are cross-compiling) HOST= diff --git a/lib/pci.h b/lib/pci.h index 1687d7a..eeb4a55 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -16,7 +16,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030700 +#define PCI_LIB_VERSION 0x030800 #ifndef PCI_ABI #define PCI_ABI -- 2.39.2