From 20f3b112f6615a3653b26953dfec8d44c123d4f8 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Tue, 16 May 2017 19:56:59 -0500 Subject: [PATCH] Corrected version number --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6c7786..15c6ce7 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ BRIEF = Shadow password utilities DESC = This package includes the programs necessary to convert traditional \ V7 UNIX password files to the SVR4 shadow password format and additional \ tools to work with shadow passwords. -SNAPVER = 6 +SNAPVER = 7 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')