Skip to content

Commit

Permalink
Reconcile branches
Browse files Browse the repository at this point in the history
* cmus/master (cmus/cmus@58d34cf)
  • Loading branch information
pgaskin committed Oct 26, 2024
2 parents fae024d + 58d34cf commit e328d34
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.11.0
_ver3 = v2.12.0

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

Expand Down

0 comments on commit e328d34

Please sign in to comment.