diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c1ce638..6e5f6433 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ -set( LibraryVersion "1.0" ) +set( LibraryVersion "1.1" ) add_definitions(-DLIBRARY_VERSION="${LibraryVersion}") COMPILELIB("") file(GLOB_RECURSE MAC "${CMAKE_CURRENT_SOURCE_DIR}/macros/*") -INSTALL(FILES ${MAC} DESTINATION ./macros/raw) \ No newline at end of file +INSTALL(FILES ${MAC} DESTINATION ./macros/raw)