From 028dffb2fc1007b8cffe53d6419466e507a17fde Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 9 Sep 2006 14:46:47 +0200 Subject: [PATCH] Updated PCI_LIB_VERSION. --- ChangeLog | 2 ++ lib/pci.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75a8a10..bf6373c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-09-09 Martin Mares + * lib/pci.h: Updated PCI_LIB_VERSION. + * lspci.c (show_machine): In the `-m' mode, do proper shell escaping if the fields printed contain quotes or backslashes. diff --git a/lib/pci.h b/lib/pci.h index 9d28937..8becd76 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -13,7 +13,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x020200 +#define PCI_LIB_VERSION 0x020204 /* * PCI Access Structure -- 2.39.2