Skip to content

Commit

Permalink
CMakeLists.txt: bump up version to 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Sep 5, 2018
1 parent cef08b0 commit ddb7438
Showing 1 changed file with 1 addition and 1 deletion.
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.6")
set(RELEASE_VERSION "0.7")

# Set the default build type to 'Release'
if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit ddb7438

Please sign in to comment.