summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/version.hpp')
-rw-r--r--include/ocl/version.hpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/ocl/version.hpp b/include/ocl/version.hpp
index 7ae170a..969a099 100644
--- a/include/ocl/version.hpp
+++ b/include/ocl/version.hpp
@@ -1,14 +1,19 @@
+// Copyright 2023-2025, 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
+
#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 0x000100
+#define OCL_VERSION 0x000200
// 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_01_"
+#define OCL_LIB_VERSION "00_02_"
#endif