diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d01274..fd80697 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ include(CheckIncludeFileCXX) include(CheckCXXCompilerFlag) set(gpu-stream_VERSION_MAJOR 2) -set(gpu-stream_VERSION_MINOR 1) +set(gpu-stream_VERSION_MINOR 2) configure_file(common.h.in common.h) include_directories(${CMAKE_BINARY_DIR})