From 5507339628b5caf244e1ff9d58cb3fa534b16beb Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Thu, 17 Oct 2024 22:30:06 +0200 Subject: [PATCH] Prepare 0.3.6 Signed-off-by: Stefano Babic --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index edaabf7..3bb93e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project (libubootenv C) # The version number. # set (libubootenv_VERSION_MAJOR 1) # set (libubootenv_VERSION_MAJOR_VERSION_MINOR 0) -set(VERSION "0.3.5") +set(VERSION "0.3.6") SET(SOVERSION "0") add_definitions(-DVERSION="${VERSION}")