From 7df5b36475a2a9147db0cfeaf9f19f3782dc838d Mon Sep 17 00:00:00 2001 From: Kris Rowe Date: Fri, 12 Aug 2022 15:38:12 -0500 Subject: [PATCH] Update version number. --- include/occa/defines/occa.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/occa/defines/occa.hpp b/include/occa/defines/occa.hpp index 5db551c95..cf29ef2ce 100644 --- a/include/occa/defines/occa.hpp +++ b/include/occa/defines/occa.hpp @@ -4,10 +4,10 @@ #include #define OCCA_MAJOR_VERSION 1 -#define OCCA_MINOR_VERSION 3 +#define OCCA_MINOR_VERSION 4 #define OCCA_PATCH_VERSION 0 -#define OCCA_VERSION 10300 -#define OCCA_VERSION_STR "1.3.0" +#define OCCA_VERSION 10400 +#define OCCA_VERSION_STR "1.4.0" #define OKL_MAJOR_VERSION 1 #define OKL_MINOR_VERSION 0