diff --git a/CMakeLists.txt b/CMakeLists.txt index a36c38428de41abff9e158f7401c39fbed357876..894d6f7a5027cc721a376a2b0d5d063f516ad3ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Set up the project. cmake_minimum_required( VERSION 3.1 ) -project( "GeoModelIO" VERSION 2.0.0 LANGUAGES CXX ) +project( "GeoModelIO" VERSION 2.0.1 LANGUAGES CXX ) # Set default build options. set( CMAKE_BUILD_TYPE "Release" CACHE STRING "CMake build mode to use" )