diff --git a/CMakeLists.txt b/CMakeLists.txt index d800e8e..363ce4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(sierrabreezeenhanced) -set(PROJECT_VERSION "1.0.1") +set(PROJECT_VERSION "1.0.2") set(PROJECT_VERSION_MAJOR 0) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff --git a/ChangeLog b/ChangeLog index afadfe1..08c65df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +V1.0.2 +--------- + +* SBE detached from BE to increase Contributors visibility + V1.0.1 ---------