From: Martin Mares Date: Mon, 18 Apr 2022 16:48:26 +0000 (+0200) Subject: Released as 3.8.0. X-Git-Tag: v3.8.0 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5d6e557d68ee71476800ee9c429222a612015493;p=pciutils.git Released as 3.8.0. --- 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