From ba7564f5006d09bec51058cf4f5ac90d4dc18b3c Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Sat, 1 May 2021 12:24:30 +0200 Subject: [PATCH] Prepare 0.3.2 Signed-off-by: Stefano Babic --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8081b6..e4911ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project (libubootenv C) # The version number. # set (libubootenv_VERSION_MAJOR 1) # set (libubootenv_VERSION_MAJOR_VERSION_MINOR 0) -set(VERSION "0.3.1") +set(VERSION "0.3.2") SET(SOVERSION "0") add_definitions(-DVERSION="${VERSION}")