diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index 47a5ebf6e462b36d7655cfe1f6cf1e48540e29f4..8d3b2cb6f6d41ea4bf4ae148e9db582fae615977 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 7100ae01791b2757944cd89966218ea92e315442..7362dc75971e96566365571659cb337ca9aa0da2 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