Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mplegendre committed Jan 30, 2020
1 parent 81551cc commit f27ba67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
5 changes: 3 additions & 2 deletions include/adiak.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f27ba67

Please sign in to comment.