]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.1.0. v3.1.0
authorMartin Mares <mj@ucw.cz>
Sun, 18 Jan 2009 22:11:31 +0000 (23:11 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 18 Jan 2009 22:11:31 +0000 (23:11 +0100)
Makefile
README
lib/pci.h

index e68454ca6b4d6ac08a4dd370fbbdd039a85281e8..1ad9dbec8ed8d3f91526aa12fc62538886e1e90d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # Makefile for The PCI Utilities
-# (c) 1998--2008 Martin Mares <mj@ucw.cz>
+# (c) 1998--2009 Martin Mares <mj@ucw.cz>
 
 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 4b3cb1a2142e03bb5d108406585190a7add4a4e2..3e70fb34f4df750c12b12f74bd056ac38508d12a 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This package contains the PCI Utilities, version @VERSION@.
 
-Copyright (c) 1997--2008 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2009 Martin Mares <mj@ucw.cz>
 
 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
index 294f3a9c526277a843283f00c6a708c0cb13347c..ca54c0ec2eea58ba03acf2c729cf2e820110d394 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,7 +1,7 @@
 /*
  *     The PCI Library
  *
- *     Copyright (c) 1997--2008 Martin Mares <mj@ucw.cz>
+ *     Copyright (c) 1997--2009 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */