Skip to content

Commit

Permalink
New version 0.12.7
Browse files Browse the repository at this point in the history
Former-commit-id: bceaa98
  • Loading branch information
nunofonseca committed Sep 18, 2017
1 parent 1ef831f commit 11fa8a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.12.6
VERSION=0.12.7
# Requires zlib and samtools 0.1.9
all:
make -C src
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Note: avoid having boost in -I : it may result on including the wrong regexp.h
# zlib is required
#CFLAGS+= -g -Wunused-result
CFLAGS+= -Wall -O3
CFLAGS+= -g -Wunused-result
#CFLAGS+= -Wall -O3
ifdef DO_COV_TEST
CFLAGS+= -fprofile-arcs -ftest-coverage
endif
Expand Down
2 changes: 1 addition & 1 deletion src/fastq.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
# =========================================================
*/
#define VERSION "0.12.6"
#define VERSION "0.12.7"

#define DEFAULT 0
#define CASAVA18 1
Expand Down

0 comments on commit 11fa8a1

Please sign in to comment.