From d3cd9d2cfad345f878bc8b27c89cb38394ebbf90 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 12 Feb 2008 12:41:38 +0100 Subject: [PATCH] Bump the API version (the new API is not cast in stone yet, however). --- lib/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pci.h b/lib/pci.h index 1f1c7ef..851e43f 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -13,7 +13,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x020204 /* FIXME: Update */ +#define PCI_LIB_VERSION 0x020299 /* * PCI Access Structure -- 2.39.5