summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/ocl.hpp8
-rw-r--r--include/ocl/version.hpp4
2 files changed, 6 insertions, 6 deletions
diff --git a/include/ocl.hpp b/include/ocl.hpp
index 1157c47..90cef28 100644
--- a/include/ocl.hpp
+++ b/include/ocl.hpp
@@ -1,15 +1,15 @@
-// Copyright 2023-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2023-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-// Official repository: https://github.com/ocl-org/ocl
+// Official repository: https://git.ocl.nekernel.org/src
#ifndef OCL_HPP
#define OCL_HPP
-// Version header
+// Version header.
#include <ocl/version.hpp>
-// Mandatory core headers.
+// Mandatory OCL headers.
#include <ocl/allocator_op.hpp>
#include <ocl/crc_hash.hpp>
#include <ocl/option.hpp>
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