]> mj.ucw.cz Git - pciutils.git/blobdiff - Makefile
Released as 3.1.5.
[pciutils.git] / Makefile
index e68454ca6b4d6ac08a4dd370fbbdd039a85281e8..b46323ee52ac2f83c5d4597e61ae337fac0b57e0 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-alpha4
-DATE=2008-12-13
+VERSION=3.1.5
+DATE=2010-01-19
 
 # 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