1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-19 17:25:06 +00:00

Merge pull request #23 from haiwen/update-version

update release version in configure.ac
This commit is contained in:
Shuai Lin
2015-10-08 14:27:17 +08:00

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61]) 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_SRCDIR([lib/searpc-server.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])