From 7b883b0e5ab7f5c3c5af671a08f048cec272da9a Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Wed, 9 Aug 2017 17:56:00 +0200
Subject: [PATCH] This is release 2.4.0e

---
 distrib/core/HOWTO | 2 +-
 pub/CHANGELOG      | 4 +++-
 pub/CMakeLists.txt | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/distrib/core/HOWTO b/distrib/core/HOWTO
index 5c95b44b..c21364f0 100755
--- a/distrib/core/HOWTO
+++ b/distrib/core/HOWTO
@@ -1,5 +1,5 @@
 ### first of all, check whether all tests pass
-cd /G/f2/pub
+cd /G/f2/pub/build
 mi
 ctest -j7
 
diff --git a/pub/CHANGELOG b/pub/CHANGELOG
index 9c09103a..32576117 100644
--- a/pub/CHANGELOG
+++ b/pub/CHANGELOG
@@ -1,7 +1,9 @@
-Release 2.4.0e
+Release 2.4.0e of 09aug17:
 
 - Bug fixes:
   - plot2D did not clear previous plot
+  - "errorbars" was incompatible with "points"
+  - integer values have no error bars
 
 Release 2.4.0d (sic) of 08aug17:
 
diff --git a/pub/CMakeLists.txt b/pub/CMakeLists.txt
index c2e86d6e..2f3cabea 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.0d)
+set(Frida_VERSION 2.4.0e)
 
 include(CTest) # equivalent to "enable_testing() ???
 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest'
-- 
GitLab