diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gemma.cpp | 2 | ||||
-rw-r--r-- | src/version.h | 6 |
2 files changed, 4 insertions, 4 deletions
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" |