summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mazieres <dm@uun.org>2017-07-08 15:14:53 -0700
committerDavid Mazieres <dm@uun.org>2017-07-08 15:14:53 -0700
commit106be419cd7b49b551d73ba3d8d9e060409f3adf (patch)
tree6bbac335be2f2007515444e2c90ee2c636a40a13
parent62e3c88898867451a348749403f5b50f55421a65 (diff)
cut relase 4 that works with gcc 7muchsync-4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44f8e37..1e5e9fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* Changes in release 4
+
Updated for GCC 7 header changes (thanks Toke Høiland-Jørgensen).
* Changes in release 3
diff --git a/configure.ac b/configure.ac
index e9c7bcf..0af6eaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT(muchsync, 3)
+AC_INIT(muchsync, 4)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])