From d5ba2d38c175d803e8420061fb46e8cb84f56ecb Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 9 Jun 2010 21:56:37 +0000 Subject: [PATCH] update version to 1.2.4. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2939 fd59a12c-fef9-0310-b244-a6a79926bd2f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4a61fc66..ddd4ff7e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # bootstrap / init AC_PREREQ([2.61]) -AC_INIT([corosync], [1.2.3], [openais@lists.osdl.org]) +AC_INIT([corosync], [1.2.4], [openais@lists.osdl.org]) AM_INIT_AUTOMAKE([-Wno-portability]) AC_CONFIG_SRCDIR([lib/coroipcc.c])