Skip to content

Commit

Permalink
Versioning for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Dec 20, 2015
1 parent 2271c53 commit 8edc858
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.4.1
VERSION=3.5
# 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 8edc858

Please sign in to comment.