summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/version.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-08 11:15:26 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-08 11:15:34 +0100
commit8575844f338d9b51a0006346f2a97b3b59b2d6a4 (patch)
tree6f74d4e4aa3892b0ecf5abe969154923d90c83b9 /include/ocl/version.hpp
parentfb8b08a869964d3ce3b727af0ba49d77e3939cfa (diff)
chore: Bump version.v1.5.0v1.5.0-develop
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 969a099..b13c9f6 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 0x000200
+#define OCL_VERSION 0x010500
// 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 "00_02_"
+#define OCL_LIB_VERSION "01_05_"
#endif