diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index 47a5ebf6e4..8d3b2cb6f6 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -11,6 +11,7 @@ Please mark all change in change log and use the ticket from JIRA. ## New Feature - MS-57 - Implement index load/search pipeline +- MS-56 - Add version information when server is started ## Task diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 7100ae0179..7362dc7597 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -33,7 +33,7 @@ else() endif() message(STATUS "Build type = ${BUILD_TYPE}") -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cf ${CMAKE_CURRENT_SOURCE_DIR}/version.h) +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.macro ${CMAKE_CURRENT_SOURCE_DIR}/version.h) project(megasearch VERSION "${MEGASEARCH_VERSION}") project(vecwise_engine LANGUAGES CUDA CXX) diff --git a/cpp/version.h.cf b/cpp/version.h.macro similarity index 100% rename from cpp/version.h.cf rename to cpp/version.h.macro