From 165a50cb7aace1ebe36bf2c8fdca206c17b848ee Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 18 Feb 2008 21:39:39 +0100 Subject: [PATCH] Released as 2.99.1-alpha1. --- ChangeLog | 4 +++- Makefile | 6 +++--- lib/libpci.ver | 2 +- lib/pci.h | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08a447c..1bcb339 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -2008-02-17 Martin Mares +2008-02-18 Martin Mares + + * 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, diff --git a/Makefile b/Makefile index 95f62e6..c3086e5 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ 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= @@ -21,7 +21,7 @@ DNS= 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 diff --git a/lib/libpci.ver b/lib/libpci.ver index 708fc4a..192bce7 100644 --- a/lib/libpci.ver +++ b/lib/libpci.ver @@ -6,7 +6,7 @@ * functions properly hidden. */ -LIBPCI_2.2.99 { +LIBPCI_2.99 { global: pci_*; local: *; }; diff --git a/lib/pci.h b/lib/pci.h index bcd0f36..f74d3b5 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -13,7 +13,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x020299 +#define PCI_LIB_VERSION 0x029901 #ifndef PCI_ABI #define PCI_ABI -- 2.39.2