Skip to content

Commit

Permalink
Merge version number bump from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Feb 2, 2015
2 parents 11c5a68 + 3529081 commit f0a7dcd
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 @@ -71,7 +71,7 @@ INSTALL_DIR = $(MKDIR_P) -m 755
all:$(PROG) plugins

# See htslib/Makefile
PACKAGE_VERSION = 1.1
PACKAGE_VERSION = 1.2
ifneq "$(wildcard .git)" ""
PACKAGE_VERSION := $(shell git describe --always --dirty)
DOC_VERSION := $(shell git describe --always)+
Expand Down

0 comments on commit f0a7dcd

Please sign in to comment.