]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as 2.99.1-alpha1.
authorMartin Mares <mj@ucw.cz>
Mon, 18 Feb 2008 20:39:39 +0000 (21:39 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 18 Feb 2008 20:39:39 +0000 (21:39 +0100)
ChangeLog
Makefile
lib/libpci.ver
lib/pci.h

index 08a447cd7f090484cee768afb6e763e57896078c..1bcb339a183b7087643406db7f78e814a8c89df8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-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,
index 95f62e686ac713ec1103eefc48c59f801d75f99e..c3086e5253321c53e5aeb2bb409ce63da38c7bf4 100644 (file)
--- 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
index 708fc4a4661eced6e8d5cf3e451fe52a4f5db64b..192bce7e7f2669700a228e7ac7978784656f6fa8 100644 (file)
@@ -6,7 +6,7 @@
  *  functions properly hidden.
  */
 
-LIBPCI_2.2.99 {
+LIBPCI_2.99 {
        global: pci_*;
        local: *;
 };
index bcd0f36e69fc52022c94c91fa2b9fd7381ec84d6..f74d3b5457ddcff2bdd0bbe4d50163966a327496 100644 (file)
--- 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