We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8fbfa commit 8d9e284Copy full SHA for 8d9e284
1 file changed
include/occa/defines/occa.hpp
@@ -4,16 +4,16 @@
4
#include <occa/defines/compiledDefines.hpp>
5
6
#define OCCA_MAJOR_VERSION 1
7
-#define OCCA_MINOR_VERSION 4
+#define OCCA_MINOR_VERSION 5
8
#define OCCA_PATCH_VERSION 0
9
-#define OCCA_VERSION 10400
10
-#define OCCA_VERSION_STR "1.4.0"
+#define OCCA_VERSION 10500
+#define OCCA_VERSION_STR "1.5.0"
11
12
#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"
+#define OKL_MINOR_VERSION 5
+#define OKL_PATCH_VERSION 0
+#define OKL_VERSION 10500
+#define OKL_VERSION_STR "1.5.0"
17
18
#define OCCA_MAX_ARGS 50
19
0 commit comments