summaryrefslogtreecommitdiffhomepage
path: root/include/ocl
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-24 10:22:15 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-24 10:22:15 +0100
commitfe9f08fdbab41b42fb51d17df65090ed1d81751f (patch)
treec026e1c3a5b0405ab17d79f1f4fcf6a978fe106b /include/ocl
parentbcc73b23e9d1980b6a897499b4a4202375ae7655 (diff)
chore: update header guard.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl')
-rw-r--r--include/ocl/version.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ocl/version.hpp b/include/ocl/version.hpp
index 4acea5a..59828f4 100644
--- a/include/ocl/version.hpp
+++ b/include/ocl/version.hpp
@@ -3,17 +3,17 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-org/ocl
-#ifndef __OCL_VERSION_HPP
-#define __OCL_VERSION_HPP
+#ifndef OCL_VERSION_HPP
+#define OCL_VERSION_HPP
// 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 0x010600
+#define OCL_VERSION 0x016100
// 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_06_"
+#define OCL_LIB_VERSION "01_61_"
#endif