]> mj.ucw.cz Git - pciutils.git/blobdiff - Makefile
Released as 3.1.4.
[pciutils.git] / Makefile
index b7ac59b00991a6c4b9c7c8709132e942f547d7ad..d18f7cd0ffaa8bbe6c9796098a5da99dadd1f493 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-alpha1
-DATE=2008-11-11
+VERSION=3.1.4
+DATE=2009-08-14
 
 # 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