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])