summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-15 19:01:01 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-15 19:01:01 +0100
commit2cae5aca8efacd83e34def9af3e855be2e8226ed (patch)
treeb7cc3a959bd4aac66e4d9f91f6d78f1d92b87572
parent236f81d4f257ddaa1fff2946fe34cddc679c8997 (diff)
chore: update version.hpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--include/ocl/version.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/version.hpp b/include/ocl/version.hpp
index 3752e49..9aaaf11 100644
--- a/include/ocl/version.hpp
+++ b/include/ocl/version.hpp
@@ -9,6 +9,6 @@
// 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.
-#define OCL_LIB_VERSION "stable-00_"
+#define OCL_LIB_VERSION "develop-00_"
#endif \ No newline at end of file