]> mj.ucw.cz Git - pciutils.git/blobdiff - Makefile
TPH and LTR capability reporting
[pciutils.git] / Makefile
index 47be340b1ad0f93d4f6281b7b842b787fb2345fc..d67f7d6c86c587686afc23ccab3cc29e2cf0f831 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--2010 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.1.0-alpha2
-DATE=2008-11-21
+VERSION=3.1.8-test1
+DATE=2010-12-04
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
@@ -131,6 +131,6 @@ ifeq ($(SHARED),yes)
 endif
 
 pci.ids.gz: pci.ids
-       gzip -9 <$< >$@
+       gzip -9n <$< >$@
 
 .PHONY: all clean distclean install install-lib uninstall force