From ddb7438f8ef82350498c93b8592ea8cf58164897 Mon Sep 17 00:00:00 2001 From: Peter Matula Date: Wed, 5 Sep 2018 10:25:58 +0200 Subject: [PATCH] CMakeLists.txt: bump up version to 0.7. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db2e1df..b5a4ebc 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.6") +set(RELEASE_VERSION "0.7") # Set the default build type to 'Release' if(NOT CMAKE_BUILD_TYPE)