From 108100622160bb0c7ef4b6186230fe1f26402791 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Mon, 5 Sep 2022 11:03:32 +0200 Subject: [PATCH] Prepare 0.3.3 Signed-off-by: Stefano Babic --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df67880..a5673a9 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.2") +set(VERSION "0.3.3") SET(SOVERSION "0") add_definitions(-DVERSION="${VERSION}")