Skip to content

Commit

Permalink
CHANGELOG+CMakeLists: bump version to 0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Mar 19, 2019
1 parent 0bec63c commit eee5b0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit eee5b0b

Please sign in to comment.