From e4f9c35be60a704c7b0e441c069d8e1de3e16d8a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Mar 2026 22:23:31 +0100 Subject: chore: bump version and update ocl.hpp. Signed-off-by: Amlal El Mahrouss --- include/ocl.hpp | 8 ++++---- include/ocl/version.hpp | 4 ++-- 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 -// Mandatory core headers. +// Mandatory OCL headers. #include #include #include 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: // 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 -- cgit v1.2.3