Skip to content

Commit b2fc6b7

Browse files
committedJan 2, 2016
Version no.
1 parent 0fcad0f commit b2fc6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=ETVComskip
2-
VERSION=3.5
2+
VERSION=3.5.1
33
# El Capitan (10.11)
44
OsVersion=$(shell python -c 'import platform,sys;x=platform.mac_ver()[0].split(".");sys.stdout.write("%s.%s" % (x[0],x[1]))')
55
IMGNAME=${NAME}-${VERSION}-${OsVersion}

0 commit comments

Comments
 (0)
Please sign in to comment.