diff options
author | Pjotr Prins | 2021-08-11 07:49:24 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-11 07:49:24 +0200 |
commit | e1a7aaddf987667d3e7ca3caa856e634750408b2 (patch) | |
tree | 2a0aa8f2d928e08e85d1fe39116b7035c5fcbf5b /src | |
parent | 09fbbd1a7706310a46b4eee40eb3a6f646f4e28c (diff) | |
download | pangemma-e1a7aaddf987667d3e7ca3caa856e634750408b2.tar.gz |
Minor fix and bump version
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" |