From e1a7aaddf987667d3e7ca3caa856e634750408b2 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 11 Aug 2021 07:49:24 +0200 Subject: Minor fix and bump version --- src/gemma.cpp | 2 +- src/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/gemma.cpp b/src/gemma.cpp index 4d92a79..2525075 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -538,7 +538,7 @@ void GEMMA::PrintHelp(size_t option) { cout << " 2: Likelihood ratio test" << endl; cout << " 3: Score test" << endl; cout << " 4: 1-3" << endl; - cout << " 5: Parameter estimation in the null model only" + cout << " 5: Parameter estimation in the null model only" << endl; cout << " 9: same as option 2, but with additive effect" << endl; cout << " -lmin [num] " diff --git a/src/version.h b/src/version.h index 484dfe0..34ff7df 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ // version.h generated by GEMMA scripts/gen_version_info.sh -#define GEMMA_VERSION "0.98.4" -#define GEMMA_DATE "2021-01-29" +#define GEMMA_VERSION "0.99.0-pre1" +#define GEMMA_DATE "2021-08-11" #define GEMMA_YEAR "2021" -#define GEMMA_PROFILE "/gnu/store/8mkllydvkgfy6ydlrymrx8wj0dy1x6lm-profile" +#define GEMMA_PROFILE "/gnu/store/gm654xdp6swj4cahbcnaygk804kwh7b7-profile" -- cgit v1.2.3