From 78295bf6fcf4d6e5e811c9ae37da73565306ef3d Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 21 Feb 2018 17:26:16 +0100
Subject: [PATCH] remove version from preprocessor output

---
 src/DynareMain.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/DynareMain.cc b/src/DynareMain.cc
index 845496c9..30a3aa16 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];
-- 
GitLab