From 4b5859970c06fa9770802cd46fd9051a963641e2 Mon Sep 17 00:00:00 2001 From: Steven Thomas Smith Date: Sat, 7 Apr 2018 18:54:56 -0400 Subject: [PATCH] Recompile for macOS 10.13.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19a4c0f..f2c590b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=ETVComskip -VERSION=3.6.0 +VERSION=3.6.1 # macOS High Sierra (10.13) OsVersion=$(shell python2 -c 'import platform,sys;x=platform.mac_ver()[0].split(".");sys.stdout.write("%s.%s" % (x[0],x[1]))') IMGNAME=${NAME}-${VERSION}-${OsVersion}