summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2007-10-19 12:12:49 +0200
committerMartin Mares <mj@ucw.cz>2007-10-19 12:12:49 +0200
commita404b1156a321c8930c9adc2f5c11912a1a08914 (patch)
tree9049a8e59c162803e4bfb9948e54b360f2f7a6f8
parentf7c76ec5bd9eab989f7ed743f7625057158bbbc5 (diff)
downloadpciutils-a404b1156a321c8930c9adc2f5c11912a1a08914.tar.gz
Released as 2.2.8.
-rw-r--r--ChangeLog2
-rw-r--r--Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 899138f..398f508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-10-19 Martin Mares <mj@ucw.cz>
+ * Released as 2.2.8.
+
* pci.ids: Revised class codes to match Conventional PCI 3.0 specs.
Added a couple of new ones, renumbered `ADMA continuous operation'
prog-if to 0x30 (even the old SATA Class Code ECN doesn't mention
diff --git a/Makefile b/Makefile
index cc06843..a75b6ce 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=2.2.7
-DATE=2007-10-05
+VERSION=2.2.8
+DATE=2007-10-19
PREFIX=/usr/local
SBINDIR=$(PREFIX)/sbin