Skip to content

Commit

Permalink
Fix for version issue with bioconda
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Jun 25, 2019
1 parent 6b56698 commit 978d337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# make all SVNREV=-D\'SVN_REV=\"$VERSION\"\' or use
# a version.txt file
ifeq ($(wildcard version.txt),)
VERSION_STRING := $(shell svnversion -n .)
VERSION_STRING := $(shell git describe --tags)
else
VERSION_STRING := $(shell cat version.txt)
endif
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.11

0 comments on commit 978d337

Please sign in to comment.