Added code to record git commit hash

This commit is contained in:
Scott R Charlton 2019-01-28 16:41:11 -07:00
parent bda358e2d0
commit 4c7946afb5
2 changed files with 4 additions and 1 deletions

View File

@ -781,6 +781,7 @@ SetBasicCallback(int id, double (*fcn)(double x1, double x2, const char *str, vo
}
return IPQ_BADINSTANCE;
}
#if !defined(R_SO)
#ifdef IPHREEQC_NO_FORTRAN_MODULE
IPQ_RESULT
SetBasicFortranCallback(int id, double (*fcn)(double *x1, double *x2, char *str, size_t l))
@ -805,7 +806,8 @@ SetBasicFortranCallback(int id, double (*fcn)(double *x1, double *x2, const char
}
return IPQ_BADINSTANCE;
}
#endif
#endif /* IPHREEQC_NO_FORTRAN_MODULE */
#endif /* !defined(R_SO) */
IPQ_RESULT
SetCurrentSelectedOutputUserNumber(int id, int n)
{

View File

@ -3,6 +3,7 @@
#define VER_MINOR 0
#define VER_PATCH 0
#define VER_REVISION 0
#define GIT_COMMIT 0000000000000000000000000000000000000000
#define RELEASE_DATE "@RELEASE_DATE@"