From: Martin Mares Date: Thu, 10 Apr 2008 19:23:19 +0000 (+0200) Subject: Updated API and ABI version and released as 3.0.0. X-Git-Tag: v3.0.0 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=cec9f7e7d8909f65a6376e195bfe65a963ca5725;p=pciutils.git Updated API and ABI version and released as 3.0.0. --- diff --git a/ChangeLog b/ChangeLog index 02d571f..848f6de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-10 Martin Mares + + * Released as 3.0.0. + + * Updated API and ABI version. + 2008-02-20 Martin Mares * Released as 2.99.1-alpha2. diff --git a/Makefile b/Makefile index fbc8f1e..3dae26c 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ 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= @@ -21,7 +21,7 @@ DNS= SHARED=no # ABI version suffix in the name of the shared library -ABI_VERSION=.2.99 +ABI_VERSION=.3 # Installation directories PREFIX=/usr/local diff --git a/lib/libpci.ver b/lib/libpci.ver index 192bce7..a1b7252 100644 --- a/lib/libpci.ver +++ b/lib/libpci.ver @@ -6,7 +6,7 @@ * functions properly hidden. */ -LIBPCI_2.99 { +LIBPCI_3.0 { global: pci_*; local: *; }; diff --git a/lib/pci.h b/lib/pci.h index f74d3b5..747b762 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -13,7 +13,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x029901 +#define PCI_LIB_VERSION 0x030000 #ifndef PCI_ABI #define PCI_ABI