From c26c0f37db1cf38134b4cf97c0732b9346fa03a4 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Tue, 31 Mar 2009 16:58:39 +0000 Subject: [PATCH] Bump version to rc3, after having fixed some bugs in the code for parametric meshes. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5123235..fc5cd70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([alberta], [3.0-rc2], [Claus.Heine@Mathematik.Uni-Freiburg.DE]) +AC_INIT([alberta], [3.0-rc3], [Claus.Heine@Mathematik.Uni-Freiburg.DE]) AC_CONFIG_SRCDIR([alberta/src/Common/alberta.h]) AC_CONFIG_MACRO_DIR([m4]) -- GitLab