+2008-04-10 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.0.0.
+
+ * Updated API and ABI version.
+
2008-02-20 Martin Mares <mj@ucw.cz>
* Released as 2.99.1-alpha2.
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=2.99.1-alpha2
-DATE=2008-02-18
+VERSION=3.0.0
+DATE=2008-04-10
# Host OS and release (override if you are cross-compiling)
HOST=
SHARED=no
# ABI version suffix in the name of the shared library
-ABI_VERSION=.2.99
+ABI_VERSION=.3
# Installation directories
PREFIX=/usr/local
* functions properly hidden.
*/
-LIBPCI_2.99 {
+LIBPCI_3.0 {
global: pci_*;
local: *;
};
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x029901
+#define PCI_LIB_VERSION 0x030000
#ifndef PCI_ABI
#define PCI_ABI