diff --git a/src/DynareMain.cc b/src/DynareMain.cc index 845496c9044636215046af27e84bde8d3606d0fd..30a3aa16d1ddb0214b755fd9882bf56bc69bc55d 100644 --- a/src/DynareMain.cc +++ b/src/DynareMain.cc @@ -341,8 +341,7 @@ main(int argc, char **argv) } if (!nopreprocessoroutput) - cout << "Dynare Preprocessor (version " << PACKAGE_VERSION << ")." << endl - << "Starting preprocessing of the model file ..." << endl; + cout << "Starting preprocessing of the model file ..." << endl; // Construct basename (i.e. remove file extension if there is one) string basename = argv[1];