aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gemma.cpp1
-rw-r--r--src/version.h7
2 files changed, 5 insertions, 3 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 758aa24..4c7799a 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -3106,6 +3106,7 @@ void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) {
outfile << "##" << endl;
outfile << "## GEMMA Version = " << version << " (" << date << ")" << endl;
+ outfile << "## Build profile = " << GEMMA_PROFILE << endl ;
outfile << "## GSL Version = " << GSL_VERSION << endl;
outfile << "## Eigen Version = " << EIGEN_WORLD_VERSION << "." << EIGEN_MAJOR_VERSION << "." << EIGEN_MINOR_VERSION << endl;
#ifdef OPENBLAS
diff --git a/src/version.h b/src/version.h
index 3f6f38f..518a9f3 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,4 +1,5 @@
-// version.h generated by GEMMA ./scripts/gen_version_info.sh
-#define GEMMA_VERSION "0.98-pre1"
-#define GEMMA_DATE "2018/02/10"
+// version.h generated by GEMMA scripts/gen_version_info.sh
+#define GEMMA_VERSION "0.98-pre2"
+#define GEMMA_DATE "2018-07-14"
#define GEMMA_YEAR "2018"
+#define GEMMA_PROFILE "/gnu/store/9ahrb1swr06kjm2gr2zg0fsyvps3xqgz-profile"