From 43d82024d21ef4352667b4cbd6a0038e1d86a722 Mon Sep 17 00:00:00 2001 From: Shuai Lin Date: Thu, 8 Oct 2015 14:22:27 +0800 Subject: [PATCH] update release version in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 58a8064..90f1894 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([libsearpc], [1.2.2], [freeplant@gmail.com]) +AC_INIT([libsearpc], [3.0.7], [freeplant@gmail.com]) AC_CONFIG_SRCDIR([lib/searpc-server.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])