Skip to content

Commit

Permalink
cmus 2.6.0-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Petrosyan <gregory.petrosyan@gmail.com>
  • Loading branch information
flyingmutant committed May 14, 2014
1 parent f7dfe9d commit 425d1ac
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.5.0
_ver3 = v2.6.0-rc0

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

Expand Down

0 comments on commit 425d1ac

Please sign in to comment.