diff --git a/CMakeLists.txt b/CMakeLists.txt index d48ef01..b404408 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(FxLibc VERSION 1.0.0 LANGUAGES C ASM) +project(FxLibc VERSION 1.2.0 LANGUAGES C ASM) set(CMAKE_INSTALL_MESSAGE LAZY)