From c4eef65109492cb6dbed0e9f872cae1c5373bb1c Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Thu, 19 Apr 2018 14:16:21 +0200
Subject: [PATCH] This is release 2.1.4c

---
 pub/CHANGELOG      | 4 ++++
 pub/CMakeLists.txt | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pub/CHANGELOG b/pub/CHANGELOG
index d1ab068f..fd57d9a0 100644
--- a/pub/CHANGELOG
+++ b/pub/CHANGELOG
@@ -1,3 +1,7 @@
+Release 2.4.1c of 18apr18:
+
+- Bug fix: error estimate from mpad; new command mpads
+
 Release 2.4.1b of 17apr18:
 
 - Improved functionality:
diff --git a/pub/CMakeLists.txt b/pub/CMakeLists.txt
index 40dc089e..5dc825ba 100644
--- a/pub/CMakeLists.txt
+++ b/pub/CMakeLists.txt
@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
 
 project(Frida)
 
-set(Frida_VERSION post-2.4.1b)
+set(Frida_VERSION 2.4.1c)
 
 include(CTest) # equivalent to "enable_testing() ???
 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest'
-- 
GitLab