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