From 6db1291e7467b95523a5554a96ed2371d4fd4eb1 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 31 Aug 2010 19:02:19 +0000 Subject: [PATCH] Bump version to 1.2.8. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3034 fd59a12c-fef9-0310-b244-a6a79926bd2f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aed53b75..45c1a0bc 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # bootstrap / init AC_PREREQ([2.61]) -AC_INIT([corosync], [1.2.7], [openais@lists.osdl.org]) +AC_INIT([corosync], [1.2.8], [openais@lists.osdl.org]) AM_INIT_AUTOMAKE([-Wno-portability]) AC_CONFIG_SRCDIR([lib/coroipcc.c])