Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-rowe committed Dec 21, 2023
1 parent 495d314 commit 08db185
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_policy(SET CMP0056 NEW)

#---[ Build Config ]--------------------
project(OCCA
VERSION 1.6.0
VERSION 2.0.0
DESCRIPTION "JIT Compilation for Multiple Architectures: C++, OpenMP, CUDA, HIP, OpenCL, Metal"
HOMEPAGE_URL "https://github.com/libocca/occa"
LANGUAGES C CXX)
Expand Down
16 changes: 8 additions & 8 deletions include/occa/defines/occa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@

#include <occa/defines/compiledDefines.hpp>

#define OCCA_MAJOR_VERSION 1
#define OCCA_MINOR_VERSION 6
#define OCCA_MAJOR_VERSION 2
#define OCCA_MINOR_VERSION 0
#define OCCA_PATCH_VERSION 0
#define OCCA_VERSION 10600
#define OCCA_VERSION_STR "1.6.0"
#define OCCA_VERSION 20000
#define OCCA_VERSION_STR "2.0.0"

#define OKL_MAJOR_VERSION 1
#define OKL_MINOR_VERSION 6
#define OKL_MAJOR_VERSION 2
#define OKL_MINOR_VERSION 0
#define OKL_PATCH_VERSION 0
#define OKL_VERSION 10600
#define OKL_VERSION_STR "1.6.0"
#define OKL_VERSION 20000
#define OKL_VERSION_STR "2.0.0"

#define OCCA_DEFAULT_MEM_BYTE_ALIGN 32

Expand Down

0 comments on commit 08db185

Please sign in to comment.