From fcc75dba586087f3699658b782341b2d95567605 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 9 Sep 2018 12:26:57 +0200 Subject: [PATCH] Update ChangeLog and bump version for v2.4.2 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 5 +++-- configure.ac | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 80578b03..173115fb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ ChangeLog All notable changes to the project are documented in this file. -[v2.4.2][] - 2018-09-xx +[v2.4.2][] - 2018-09-09 ----------------------- ### Changes @@ -447,7 +447,8 @@ Initial public release by Carsten Schill. [mrdisc]: https://github.com/troglobit/mrdisc [RFC4286]: https://tools.ietf.org/html/rfc4286 -[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.4.1...HEAD +[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.4.2...HEAD +[v2.4.2]: https://github.com/troglobit/smcroute/compare/2.4.1...2.4.2 [v2.4.1]: https://github.com/troglobit/smcroute/compare/2.4.1...2.4.1 [v2.4.0]: https://github.com/troglobit/smcroute/compare/2.3.1...2.4.0 [v2.3.1]: https://github.com/troglobit/smcroute/compare/2.3.0...2.3.1 diff --git a/configure.ac b/configure.ac index e3e40bf8..b4e5e597 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(SMCRoute, 2.4.2-dev, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html) +AC_INIT(SMCRoute, 2.4.2, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html) AM_INIT_AUTOMAKE([1.11 foreign dist-xz]) AM_SILENT_RULES([yes])