Skip to content

Commit

Permalink
cmus 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmutant committed Jun 29, 2015
1 parent 35ca936 commit 0306cc7
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
Expand Up @@ -7,7 +7,7 @@ _ver1 = $(shell git describe --tags $(REV) 2>/dev/null)
# SHA1
_ver2 = $(shell git rev-parse --verify --short $(REV) 2>/dev/null)
# hand-made
_ver3 = v2.6.0
_ver3 = v2.7.0

VERSION = $(or $(_ver0),$(_ver1),$(_ver2),$(_ver3))

Expand Down

0 comments on commit 0306cc7

Please sign in to comment.