diff --git a/CMakeLists.txt b/CMakeLists.txt index d9abc0c9..584396c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,9 +131,12 @@ CONFIGURE_PACKAGE_CONFIG_FILE( INSTALL_DESTINATION "${INSTALL_CMAKE_DIR}") # Generate the Version file +# This build is only considered compatible with the exact version requested +# (not SameMajorVersion) for now since the API is often broken by active +# development. WRITE_BASIC_PACKAGE_VERSION_FILE(waveConfigVersion.cmake VERSION ${WAVE_PACKAGE_VERSION} - COMPATIBILITY SameMajorVersion) + COMPATIBILITY ExactVersion) # Install the Config and ConfigVersion files INSTALL(FILES diff --git a/README.md b/README.md index 9369b901..2040640a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ This library contains reusable code for: - Vision - and more .. +libwave is in the initial development stage, meaning the API can change at any +time without warning. + ## Requirements - Boost 1.54