From 3f4d15e36ceb58085b08dd13f3f2788e9299877b Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Sun, 8 Oct 2023 13:27:52 +0200 Subject: [PATCH] Prepare 0.3.5 Signed-off-by: Stefano Babic --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b0a7d5..53a2c02 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.4") +set(VERSION "0.3.5") SET(SOVERSION "0") add_definitions(-DVERSION="${VERSION}")