From e5b67ac969ef05206579db19e262ab0ec5f93103 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Tue, 25 Oct 2016 12:22:01 +0100 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})