diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 04:37:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 04:40:02 +0100 |
| commit | cb14462d02e709b4eaace44e9a0278b8d86b4c62 (patch) | |
| tree | 47a33f5b0788dee42f9b1c7fbbc8fa52e08aa77e /include | |
| parent | fdfeabb673df92af70a079333975688bbcef72d8 (diff) | |
chore: Add LICENSE.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ocl/version.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ocl/version.hpp b/include/ocl/version.hpp index 9aaaf11..7ae170a 100644 --- a/include/ocl/version.hpp +++ b/include/ocl/version.hpp @@ -4,11 +4,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 0x000000 +#define OCL_VERSION 0x000100 // This is the library version, which applies the following pattern: -// <branch>-<major_version> use it to detect whether you're using stable or develop OCL. +// <semver> use it to detect what version of the OCL you're using. -#define OCL_LIB_VERSION "develop-00_" +#define OCL_LIB_VERSION "00_01_" -#endif
\ No newline at end of file +#endif |
