summaryrefslogtreecommitdiffhomepage
path: root/include/ocl
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 22:23:31 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 22:23:31 +0100
commite4f9c35be60a704c7b0e441c069d8e1de3e16d8a (patch)
treec08aa52cfb3556c63bfbcca164773e526ab819a2 /include/ocl
parent197eacadb1259fd22fd4b5df639549171c4d7e1e (diff)
chore: bump version and update ocl.hpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl')
-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 59828f4..3cdb57f 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 0x016100
+#define OCL_VERSION 0x016200
// 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_61_"
+#define OCL_LIB_VERSION "01_62_"
#endif