aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2020-01-22 11:29:26 +0100
committerMartin Mares <mj@ucw.cz>2020-01-22 11:29:26 +0100
commitb84aa2e402b304d1de52b4b5e6096b6d74cb4081 (patch)
tree6596bdb3163a9808d5bbf4ada0fd97e3bdffcc7d
parent148c17afb5cd8b7b63aa44fcc242431bc9dc0b18 (diff)
downloadpciutils-b84aa2e402b304d1de52b4b5e6096b6d74cb4081.tar.gz
Released as 3.6.3
-rw-r--r--Makefile6
-rw-r--r--README2
-rw-r--r--lib/pci.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 26d6f5d..1f3ddff 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
# Makefile for The PCI Utilities
-# (c) 1998--2018 Martin Mares <mj@ucw.cz>
+# (c) 1998--2020 Martin Mares <mj@ucw.cz>
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.6.2
-DATE=2018-08-12
+VERSION=3.6.3
+DATE=2020-01-20
# Host OS and release (override if you are cross-compiling)
HOST=
diff --git a/README b/README
index d50c9ff..28a23b1 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This package contains the PCI Utilities, version @VERSION@.
-Copyright (c) 1997--2018 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2020 Martin Mares <mj@ucw.cz>
All files in this package can be freely distributed and used according
to the terms of the GNU General Public License, either version 2 or
diff --git a/lib/pci.h b/lib/pci.h
index abee05a..813c333 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,7 +1,7 @@
/*
* The PCI Library
*
- * Copyright (c) 1997--2018 Martin Mares <mj@ucw.cz>
+ * Copyright (c) 1997--2020 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
@@ -16,7 +16,7 @@
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x030602
+#define PCI_LIB_VERSION 0x030603
#ifndef PCI_ABI
#define PCI_ABI