X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/e4f378d2a205de26935e94d7248bfbc58738d422..fd3677b9606851f5f29bcd663fd37137eb84abd3:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 41cb527..fa3f876 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ set(PROJECT_DESCRIPTION "Communication library for Actions Micro AM7XXX based USB projectors and DPFs") set(PROJECT_VER_MAJOR 0) -set(PROJECT_VER_MINOR 0) -set(PROJECT_VER_PATCH 1) +set(PROJECT_VER_MINOR 1) +set(PROJECT_VER_PATCH 0) set(PROJECT_VER_EXTRA "") set(PROJECT_VER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}${PROJECT_VER_EXTRA}") @@ -40,6 +40,7 @@ if (CMAKE_COMPILER_IS_GNUCC) endif() add_flags(CMAKE_C_FLAGS + -fvisibility=hidden -fno-common -Wall -Wextra