From a8e5847e5f7e411be424f9b52a6cdf9d2ed4aeb5 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 11 Feb 2019 20:41:03 +0100 Subject: [PATCH] Bump version for v2.4.4 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index cafe17f7..f7aa541a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,7 +3,7 @@ ChangeLog All notable changes to the project are documented in this file. -[v2.4.4][] - 2019-02-xx +[v2.4.4][] - 2019-02-11 ----------------------- ### Changes diff --git a/configure.ac b/configure.ac index 0ff092c1..bafccfa7 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.4-rc1, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html) +AC_INIT(SMCRoute, 2.4.4, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html) AM_INIT_AUTOMAKE([1.11 foreign dist-xz]) AM_SILENT_RULES([yes])