Skip to content

Commit

Permalink
Makefile version
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Feb 3, 2016
1 parent 26993b4 commit 6bb2f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=ETVComskip
VERSION=3.5.1
VERSION=3.5.2
# El Capitan (10.11)
OsVersion=$(shell python -c 'import platform,sys;x=platform.mac_ver()[0].split(".");sys.stdout.write("%s.%s" % (x[0],x[1]))')
IMGNAME=${NAME}-${VERSION}-${OsVersion}
Expand Down

0 comments on commit 6bb2f51

Please sign in to comment.