Skip to content

Commit

Permalink
Update Makefile for version change
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed May 27, 2016
1 parent 11b9e41 commit 4866854
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 @@ -11,7 +11,7 @@ OPTS ?= -Wall -g -O3
all: lib PileOMeth

OBJS = common.o bed.o svg.o pileup.o extract.o MBias.o mergeContext.o
VERSION = 0.1.12
VERSION = 0.1.13

#If we're building from a git repo, then append the most recent tag
ifneq "$(wildcard .git)" ""
Expand Down

0 comments on commit 4866854

Please sign in to comment.