diff options
| -rw-r--r-- | include/ocl/version.hpp | 4 | ||||
| m--------- | libs/core | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/version.hpp b/include/ocl/version.hpp index b13c9f6..4acea5a 100644 --- a/include/ocl/version.hpp +++ b/include/ocl/version.hpp @@ -9,11 +9,11 @@ // This is a Binary Encoded Decimal of the OCL's version. // Which will be incremented each time a new release is done. -#define OCL_VERSION 0x010500 +#define OCL_VERSION 0x010600 // This is the library version, which applies the following pattern: // <semver> use it to detect what version of the OCL you're using. -#define OCL_LIB_VERSION "01_05_" +#define OCL_LIB_VERSION "01_06_" #endif diff --git a/libs/core b/libs/core -Subproject 149a5998b5ec6f825998a27a305d97202227188 +Subproject d42491e025977f8207d36f3bc972db8a3d1dc77 |
