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}")