From 5fe5b7e7d02be30ff2655af225ec7b0cc4eb9db5 Mon Sep 17 00:00:00 2001 From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Fri, 11 Dec 2009 15:44:57 +0000 Subject: [PATCH] 4.1-alpha2: set version number git-svn-id: https://www.dynare.org/svn/dynare/tags/dynare-4.1-alpha2@3229 ac1d8469-bf42-47a9-8791-bf33cf982152 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e856ec97ac..5a2c4759b9 100644 --- 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.61]) -AC_INIT([dynare], [4.1-unstable]) +AC_INIT([dynare], [4.1-alpha2]) AC_CONFIG_SRCDIR([preprocessor/DynareMain.cc]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -- GitLab