From 1db815e00be9199aedd42592117b8d6bc9847615 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 16 Feb 2018 17:13:14 +0100
Subject: [PATCH] clarify package/version info

---
 configure.ac      | 2 +-
 src/DynareMain.cc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index bb2e3551..68a6cc9a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.62])
-AC_INIT([dynare-preprocessor], [1.0])
+AC_INIT([dynare-preprocessor], [1.0-unstable])
 AC_CONFIG_SRCDIR([src/DynareMain.cc])
 AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax])
 
diff --git a/src/DynareMain.cc b/src/DynareMain.cc
index 16183842..845496c9 100644
--- a/src/DynareMain.cc
+++ b/src/DynareMain.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2017 Dynare Team
+ * Copyright (C) 2003-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -341,7 +341,7 @@ main(int argc, char **argv)
     }
 
   if (!nopreprocessoroutput)
-    cout << "Starting Dynare (version " << PACKAGE_VERSION << ")." << endl
+    cout << "Dynare Preprocessor (version " << PACKAGE_VERSION << ")." << endl
          << "Starting preprocessing of the model file ..." << endl;
 
   // Construct basename (i.e. remove file extension if there is one)
-- 
GitLab