summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2022-04-18 18:48:26 +0200
committerMartin Mares <mj@ucw.cz>2022-04-18 18:48:46 +0200
commitd224993d423bcd0e88d8eacc0464bc3a66972e95 (patch)
tree398c56a4a6e6f13641d4ca048ff9c6d407963eea
parentf514df26e4ad34755607b392af8ef2cb81bb296d (diff)
downloadpciutils-d224993d423bcd0e88d8eacc0464bc3a66972e95.tar.gz
Released as 3.8.0.v3.8.0
-rw-r--r--ChangeLog2
-rw-r--r--Makefile6
-rw-r--r--lib/pci.h2
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 <mj@ucw.cz>
+2022-04-18 Martin Mares <mj@ucw.cz>
* 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 <mj@ucw.cz>
+# (c) 1998--2022 Martin Mares <mj@ucw.cz>
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