From b43e50500233862dc15f18355ba57dc981663f84 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 18 Jan 2009 23:11:31 +0100 Subject: [PATCH] Released as 3.1.0. --- Makefile | 6 +++--- README | 2 +- lib/pci.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e68454c..1ad9dbe 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2008 Martin Mares +# (c) 1998--2009 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.1.0-alpha4 -DATE=2008-12-13 +VERSION=3.1.0 +DATE=2009-01-18 # Host OS and release (override if you are cross-compiling) HOST= diff --git a/README b/README index 4b3cb1a..3e70fb3 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This package contains the PCI Utilities, version @VERSION@. -Copyright (c) 1997--2008 Martin Mares +Copyright (c) 1997--2009 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 diff --git a/lib/pci.h b/lib/pci.h index 294f3a9..ca54c0e 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -1,7 +1,7 @@ /* * The PCI Library * - * Copyright (c) 1997--2008 Martin Mares + * Copyright (c) 1997--2009 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ -- 2.39.2