diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab3ade..27d9b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## dev +## v0.9 (March 19, 2019) + +* Allow x86-64 decompilation. + ## v0.8 (January 21, 2018) * Added a 64-bit address space version of RetDec IDA plugin ([#21](https://github.com/avast-tl/retdec-idaplugin/issues/21)). diff --git a/CMakeLists.txt b/CMakeLists.txt index cc4f426..6b8f91c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.6) project(retdec-idaplugin CXX) -set(RELEASE_VERSION "0.8") +set(RELEASE_VERSION "0.9") # Set the default build type to 'Release' if(NOT CMAKE_BUILD_TYPE)