diff --git a/CMakeLists.txt b/CMakeLists.txt index cb5c117..c681fc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.8) project (Adiak LANGUAGES CXX C - VERSION 0.1) + VERSION 0.2) set(BLT_CXX_STD "c++11" CACHE STRING "Version of C++ standard") diff --git a/include/adiak.h b/include/adiak.h index c83f0a9..62557f0 100644 --- a/include/adiak.h +++ b/include/adiak.h @@ -12,8 +12,9 @@ extern "C" { #endif -#define ADIAK_VERSION 1 -#define ADIAK_MINOR_VERSION 0 +#define ADIAK_VERSION 0 +#define ADIAK_MINOR_VERSION 2 +#define ADIAK_POINT_VERSION 0 // ADIAK DATA CATEGORIES // Please treat values through 1000 as reserved. 1001 onward can be used as