From 66f7c265c0d447c24eda4accffda11ae4c87d0c1 Mon Sep 17 00:00:00 2001 From: lins05 Date: Wed, 22 Jan 2014 15:36:15 +0800 Subject: [PATCH] update version to 1.2.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 48a89c0..05e0d04 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.1], [freeplant@gmail.com]) +AC_INIT([libsearpc], [1.2.2], [freeplant@gmail.com]) AC_CONFIG_SRCDIR([lib/searpc-server.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])