summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-04-10 21:23:19 +0200
committerMartin Mares <mj@ucw.cz>2008-04-10 21:23:19 +0200
commitcec9f7e7d8909f65a6376e195bfe65a963ca5725 (patch)
tree9a9e2e688290bf62c8c264de3d57e56299e9731a
parenta2bf30a4fd407c55e8172e2f6fd158725ccb90b6 (diff)
downloadpciutils-cec9f7e7d8909f65a6376e195bfe65a963ca5725.tar.gz
Updated API and ABI version and released as 3.0.0.v3.0.0
-rw-r--r--ChangeLog6
-rw-r--r--Makefile6
-rw-r--r--lib/libpci.ver2
-rw-r--r--lib/pci.h2
4 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 02d571f..848f6de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
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