File Clp-no-compilation-time.patch of Package mingw32-Clp
diff --git a/src/ClpMain.cpp b/src/ClpMain.cpp
index 6cfbcb8..6d94f91 100644
--- a/src/ClpMain.cpp
+++ b/src/ClpMain.cpp
@@ -381,7 +381,7 @@ main (int argc, const char *argv[])
AbcSimplex * models = new AbcSimplex[1];
#endif
std::cout << "Coin LP version " << CLP_VERSION
- << ", build " << __DATE__ << std::endl;
+ << std::endl;
// Print command line
if (argc > 1) {
printf("command line - ");
diff --git a/src/ClpSolver.cpp b/src/ClpSolver.cpp
index 6cfbcb8..6d94f91 100644
--- a/src/ClpSolver.cpp
+++ b/src/ClpSolver.cpp
@@ -2122,7 +2122,7 @@ main (int argc, const char *argv[])
break;
case CLP_PARAM_ACTION_HELP:
std::cout << "Coin LP version " << CLP_VERSION
- << ", build " << __DATE__ << std::endl;
+ << std::endl;
std::cout << "Non default values:-" << std::endl;
std::cout << "Perturbation " << models[0].perturbation() << " (default 100)"
<< std::endl;