diff --git a/NEWS b/NEWS index e940c85..2a468dc 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,11 @@ rpcsvc-proto NEWS -- history of user-visible changes. -Copyright (C) 2016,2017 Thorsten Kukuk +Copyright (C) 2016-2018 Thorsten Kukuk -Please send bug reports, questions and suggestions to . +Please use https://github.com/thkukuk/rpcsvc-proto/issues for bug reports. + +Version 1.3.1 +* Fix autogen.sh Version 1.3 * Only use BSD-3 Clause code diff --git a/configure.ac b/configure.ac index bbf594a..e0075c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(rpcsvc-proto, 1.3, kukuk@thkukuk.de) +AC_INIT(rpcsvc-proto, 1.3.1, kukuk@thkukuk.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([rpcgen/rpc_main.c]) AM_CONFIG_HEADER(config.h) @@ -16,7 +16,4 @@ AC_ISC_POSIX AC_PROG_INSTALL AC_PROG_MAKE_SET -dnl Checks for programs. -dnl AC_CHECK_PROGS([RPCGEN],[rpcgen]) - AC_OUTPUT([Makefile rpcgen/Makefile rpcsvc/Makefile])