aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-02-17 19:03:22 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-02-17 19:03:22 -0500
commitd2aee359abb18e7f1b8b07075a614445e4c3e583 (patch)
tree869fade0c6e4bd3aeebeeb640ed5f5420885a116
parentBugfix for testing on non-atlas systems (diff)
downloadgensvm-d2aee359abb18e7f1b8b07075a614445e4c3e583.tar.gz
gensvm-d2aee359abb18e7f1b8b07075a614445e4c3e583.zip
Bump version
-rw-r--r--Makefile2
-rw-r--r--tests/src/test_gensvm_io.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8cc04bf..be43db4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.1.1
+VERSION=0.1.2
CC=gcc
CFLAGS=-Wall -DVERSION=$(VERSION) -g -O3
INCLUDE= -Iinclude
diff --git a/tests/src/test_gensvm_io.c b/tests/src/test_gensvm_io.c
index ebe826e..fbfc0f0 100644
--- a/tests/src/test_gensvm_io.c
+++ b/tests/src/test_gensvm_io.c
@@ -654,7 +654,7 @@ char *test_gensvm_write_model()
char buffer[GENSVM_MAX_LINE_LENGTH];
fgets(buffer, GENSVM_MAX_LINE_LENGTH, fid);
- mu_assert(strcmp(buffer, "Output file for GenSVM (version 0.1.0)\n")
+ mu_assert(strcmp(buffer, "Output file for GenSVM (version 0.1.2)\n")
== 0, "Line doesn't contain expected content (0).\n");
// skip the time line