]> mj.ucw.cz Git - pciutils.git/blobdiff - Makefile
Merge remote-tracking branch 'jlledom/hurd-fix-dev-aux'
[pciutils.git] / Makefile
index 1f3ddff8e2e61e72ee78322c0e680923a2097701..c06eca7ac9c015e60844cecae8392abf5f98d8ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.6.3
-DATE=2020-01-20
+VERSION=3.7.0
+DATE=2020-05-31
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
@@ -111,7 +111,7 @@ TAGS:
 
 clean:
        rm -f `find . -name "*~" -o -name "*.[oa]" -o -name "\#*\#" -o -name TAGS -o -name core -o -name "*.orig"`
-       rm -f update-pciids lspci setpci example lib/config.* *.[78] pci.ids.* lib/*.pc lib/*.so lib/*.so.* tags
+       rm -f update-pciids lspci setpci example lib/config.* *.[578] pci.ids.gz lib/*.pc lib/*.so lib/*.so.* tags
        rm -rf maint/dist
 
 distclean: clean