Skip to content

Commit 8d9e284

Browse files
committed
Update version number
1 parent 0d8fbfa commit 8d9e284

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

include/occa/defines/occa.hpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
#include <occa/defines/compiledDefines.hpp>
55

66
#define OCCA_MAJOR_VERSION 1
7-
#define OCCA_MINOR_VERSION 4
7+
#define OCCA_MINOR_VERSION 5
88
#define OCCA_PATCH_VERSION 0
9-
#define OCCA_VERSION 10400
10-
#define OCCA_VERSION_STR "1.4.0"
9+
#define OCCA_VERSION 10500
10+
#define OCCA_VERSION_STR "1.5.0"
1111

1212
#define OKL_MAJOR_VERSION 1
13-
#define OKL_MINOR_VERSION 0
14-
#define OKL_PATCH_VERSION 12
15-
#define OKL_VERSION 10012
16-
#define OKL_VERSION_STR "1.0.12"
13+
#define OKL_MINOR_VERSION 5
14+
#define OKL_PATCH_VERSION 0
15+
#define OKL_VERSION 10500
16+
#define OKL_VERSION_STR "1.5.0"
1717

1818
#define OCCA_MAX_ARGS 50
1919

0 commit comments

Comments
 (0)