]> mj.ucw.cz Git - pciutils.git/commitdiff
Releasing as v3.11.1. v3.11.1
authorMartin Mares <mj@ucw.cz>
Sat, 24 Feb 2024 23:11:10 +0000 (00:11 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 24 Feb 2024 23:11:10 +0000 (00:11 +0100)
ChangeLog
Makefile
lib/pci.h

index 4e8d6a92677fd13ea36ce3d6d448c836e4b42b26..bf7dc22928fefe753d994c5c9008b6cc3330268f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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.
index b76791cc752872346af05dd6f103088fb9050f0e..aaec04e05345bf9392137a26b38b51d6c426220d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 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=
index 447118cc37c7fed024b229f699ff2d4887400e64..ae1333f2ac69c1794906f306d9bc6711dd2a821c 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,7 +1,7 @@
 /*
  *     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+
  *
@@ -18,7 +18,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030a00
+#define PCI_LIB_VERSION 0x030b01
 
 #ifndef PCI_ABI
 #define PCI_ABI