+2024-02-25 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.11.1.
+
+ * Fixed wrong API version in lib/pci.h.
+
+ * Updated README.Windows.
+
+ * Fix compilation on Windows.
+
2024-02-24 Martin Mares <mj@ucw.cz>
* Released as 3.11.0.
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.11.0
-DATE=2024-02-24
+VERSION=3.11.1
+DATE=2024-02-25
# Host OS and release (override if you are cross-compiling)
HOST=
/*
* The PCI Library
*
- * Copyright (c) 1997--2023 Martin Mares <mj@ucw.cz>
+ * Copyright (c) 1997--2024 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL v2+
*
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x030a00
+#define PCI_LIB_VERSION 0x030b01
#ifndef PCI_ABI
#define PCI_ABI