diff --git a/pub/CHANGELOG b/pub/CHANGELOG index 25667d2c67f9f44dd24e0b53330e366c4f0b9545..02cfcbe891eba7905bfe47ae5c35f3abac8ac2b9 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 2dd73ce717c32f7bbd748a4a258327546c38bc77..a372ef43d100afd764c1bb991ce035f05f8cf749 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()