From d2aee359abb18e7f1b8b07075a614445e4c3e583 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 17 Feb 2017 19:03:22 -0500 Subject: Bump version --- Makefile | 2 +- tests/src/test_gensvm_io.c | 2 +- 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 -- cgit v1.2.3