From f876683ce10116dd0e36898ddbeedfb895a87a27 Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Mon, 15 Sep 2008 09:10:21 +0000
Subject: [PATCH] v4.0: bumped version number to 4.0.0

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2070 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 matlab/dynare_version.m | 2 +-
 windows/dynare.nsi      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/matlab/dynare_version.m b/matlab/dynare_version.m
index 0a99b0b82c..88fba63d38 100644
--- a/matlab/dynare_version.m
+++ b/matlab/dynare_version.m
@@ -28,4 +28,4 @@ function v = dynare_version
 % You should have received a copy of the GNU General Public License
 % along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
 
-    v = '4.0rc1';
+    v = '4.0.0';
diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index d57d4c96c5..3e1b1595ce 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -10,7 +10,7 @@
 # - run "makensis dynare.nsi" to create the installer
 # - if there is no failure, this will create a file "dynare-VERSION-win32.exe" in the current directory
 
-!define VERSION "4.0rc1"
+!define VERSION "4.0.0"
 
 Name "Dynare ${VERSION}"
 
-- 
GitLab