From 2466b14be6e7dc74ab9dfe3fdf13345b729fac5e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 12 Feb 2008 12:32:14 +0100 Subject: [PATCH] Released as 2.2.10. --- ChangeLog | 2 ++ Makefile | 6 +++--- README | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 442d805..b0c6b26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-02-11 Martin Mares + * Released as 2.2.10. + * lspci.c, setpci.c: Cleaned up the list of options. * lib/names.c: Fix displaying of errors reported by zlib. diff --git a/Makefile b/Makefile index 74572e9..921126f 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2007 Martin Mares +# (c) 1998--2008 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=2.2.9 -DATE=2007-11-06 +VERSION=2.2.10 +DATE=2008-02-11 PREFIX=/usr/local SBINDIR=$(PREFIX)/sbin diff --git a/README b/README index 42a6261..8a9230c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This package contains the PCI Utilities, version @VERSION@. -Copyright (c) 1997--2007 Martin Mares +Copyright (c) 1997--2008 Martin Mares All files in this package can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or -- 2.39.2