From 27f52cac6b15dff8ccb9c703557aa5ba9a268f52 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 25 Sep 2023 21:20:24 +0100 Subject: [PATCH] Version update. --- configure.ac | 2 +- docs/NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f87c2f4..07c0a3d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood dnl dnl License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. -AC_INIT([pv], [1.8.0], [pv@ivarch.com], [pv], [https://www.ivarch.com/programs/pv.shtml]) +AC_INIT([pv], [1.8.x-UNRELEASED], [pv@ivarch.com], [pv], [https://www.ivarch.com/programs/pv.shtml]) AC_CONFIG_SRCDIR([src/include/config.h.in]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([src/include/config.h]) diff --git a/docs/NEWS.md b/docs/NEWS.md index e9d115e..b656d16 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,3 +1,8 @@ +### 1.8.x-UNRELEASED + + * fix: corrected compilation failure when without IPC support + * cleanup: compilation warnings fixed on non-IPC and MacOS systems + ### 1.8.0 - 24 September 2023 #### Features