]> mj.ucw.cz Git - pciutils.git/commitdiff
Updated API and ABI version and released as 3.0.0. v3.0.0
authorMartin Mares <mj@ucw.cz>
Thu, 10 Apr 2008 19:23:19 +0000 (21:23 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 10 Apr 2008 19:23:19 +0000 (21:23 +0200)
ChangeLog
Makefile
lib/libpci.ver
lib/pci.h

index 02d571fa33d6dc20ce937102f5a18eada298f5f0..848f6de4b3c8229d6b94bfb0313b519385b9fcf2 100644 (file)
--- 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.
index fbc8f1eb9bf1a6b0c9b4ce4ed778e7915003ed1f..3dae26ce4a890822a6347f21ff12a9b5efb9e6af 100644 (file)
--- 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
index 192bce7e7f2669700a228e7ac7978784656f6fa8..a1b7252fea4ff1302c9af846176b8ccfe9496df9 100644 (file)
@@ -6,7 +6,7 @@
  *  functions properly hidden.
  */
 
-LIBPCI_2.99 {
+LIBPCI_3.0 {
        global: pci_*;
        local: *;
 };
index f74d3b5457ddcff2bdd0bbe4d50163966a327496..747b762b0cf78ed5bf2bbb7ae35c05a8f54927a7 100644 (file)
--- 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