From 6f54e54455c073d08a56ea627c6cd2355a40eb53 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 29 Jun 2020 14:28:26 +0200 Subject: [PATCH] Release version 1.4.2 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index de3513a..e70310b 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ Copyright (C) 2016-2020 Thorsten Kukuk Please use https://github.com/thkukuk/rpcsvc-proto/issues for bug reports. +Version 1.4.2 +* Allow newer gettext versions + Version 1.4.1 * Add support for external libintl diff --git a/configure.ac b/configure.ac index 5ba78ca..0352b34 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.4.1, kukuk@thkukuk.de) +AC_INIT(rpcsvc-proto, 1.4.2, kukuk@thkukuk.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([rpcgen/rpc_main.c]) AM_CONFIG_HEADER(config.h)