-2008-02-17 Martin Mares <mj@ucw.cz>
+2008-02-18 Martin Mares <mj@ucw.cz>
+
+ * Released as 2.99.1-alpha1.
* The makefile system has been reworked. All configuration settings
are now passed to the configure script in environment variables,
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=2.2.10-net2
-DATE=2008-02-13
+VERSION=2.99.1-alpha1
+DATE=2008-02-18
# 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.2.99
+ABI_VERSION=.2.99
# Installation directories
PREFIX=/usr/local
* functions properly hidden.
*/
-LIBPCI_2.2.99 {
+LIBPCI_2.99 {
global: pci_*;
local: *;
};
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x020299
+#define PCI_LIB_VERSION 0x029901
#ifndef PCI_ABI
#define PCI_ABI