diff --git a/CMakeLists.txt b/CMakeLists.txt
index 349d40739dd6ae6733dce4f8da4dc3b5653ad76b..030f362ae08b3758c5922068561ff6ad22d86a62 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -179,7 +179,7 @@ if(NOT $ENV{AIDGE_INSTALL} STREQUAL "")
     message(WARNING "CMAKE_INSTALL_PREFIX set to env variable AIDGE_INSTALL by default = ${CMAKE_INSTALL_PREFIX}")
 endif()
 
-message(STATUS "Creating ${CMAKE_INSTALL_PREFIX}/include/aidge/version.h")
+message(STATUS "Creating ${CMAKE_INSTALL_PREFIX}/include/aidge/core_version.h")
 # Generate version.h file from config file version.h.in
 configure_file(
     "${CMAKE_CURRENT_SOURCE_DIR}/include/aidge/version.h.in"
diff --git a/include/aidge/aidge.hpp b/include/aidge/aidge.hpp
index 2756d5ac71796ce7dff403776439b284a2e8edf4..f829ccf2def19f0773cf0205a2c873d4d5cde471 100644
--- a/include/aidge/aidge.hpp
+++ b/include/aidge/aidge.hpp
@@ -11,7 +11,7 @@
 
 #ifndef AIDGE_IMPORTS_H_
 #define AIDGE_IMPORTS_H_
-#include "version.h"
+#include "core_version.h"
 
 #include "aidge/backend/OperatorImpl.hpp"
 #include "aidge/backend/TensorImpl.hpp"