From 68c580fc54822e875e3c15c221576b4e289da251 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 19 May 2010 14:01:06 +0000 Subject: [PATCH] Bump revision to 1.2.3. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2901 fd59a12c-fef9-0310-b244-a6a79926bd2f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7b68fd58..4a61fc66 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # bootstrap / init AC_PREREQ([2.61]) -AC_INIT([corosync], [1.2.2], [openais@lists.osdl.org]) +AC_INIT([corosync], [1.2.3], [openais@lists.osdl.org]) AM_INIT_AUTOMAKE([-Wno-portability]) AC_CONFIG_SRCDIR([lib/coroipcc.c])