diff --git a/CMakeLists.txt b/CMakeLists.txt index 6baf972..d0cfcff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8) -set( GRIVE_VERSION "0.1.1-pre" ) +set( GRIVE_VERSION "0.1.1" ) add_subdirectory( libgrive ) add_subdirectory( grive )