summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/version.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-13 17:57:00 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-13 17:57:00 +0100
commitc341cb816aa0a070a4a62337c8623bf070907f61 (patch)
treee2db97b945ec54f6d517a8fa6e1ceed58ae5529c /include/ocl/version.hpp
parenteb148fc62d397a55ec6475983e657815731962b1 (diff)
chore: update core module.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/version.hpp')
-rw-r--r--include/ocl/version.hpp4
1 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