From 79496766a86bcd647d32163c0c4da41fbcf57be9 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Mon, 9 Nov 2015 10:05:06 +0100 Subject: [PATCH] This is release 2.3.2d --- pub/CHANGELOG | 5 +++-- pub/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pub/CHANGELOG b/pub/CHANGELOG index 25667d2c..02cfcbe8 100644 --- a/pub/CHANGELOG +++ b/pub/CHANGELOG @@ -1,11 +1,12 @@ -Release 2.3.2d of +Release 2.3.2d of 9nov15: - Bug fix: - correct variance weighing for pconv - catch exception from curve evaluation within global fit - correct line count when toplevel executes script - default ParAttr in change_expr - + - now able to parse 'sum[K,J]' + Release 2.3.2c of 6nov15: - Bug fix: diff --git a/pub/CMakeLists.txt b/pub/CMakeLists.txt index 2dd73ce7..a372ef43 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.3.2c) +set(Frida_VERSION 2.3.2d) enable_testing() -- GitLab