We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcad0f commit b2fc6b7Copy full SHA for b2fc6b7
Makefile
@@ -1,5 +1,5 @@
1
NAME=ETVComskip
2
-VERSION=3.5
+VERSION=3.5.1
3
# El Capitan (10.11)
4
OsVersion=$(shell python -c 'import platform,sys;x=platform.mac_ver()[0].split(".");sys.stdout.write("%s.%s" % (x[0],x[1]))')
5
IMGNAME=${NAME}-${VERSION}-${OsVersion}
0 commit comments