From 4d464bde012f2a9ea020c34d5f5250a8ea1c5fcd Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Sat, 19 Mar 2022 19:29:17 +0000 Subject: [PATCH] bump version to 1.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 580ac86..ec2f1b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(FxLibc VERSION 1.3.0 LANGUAGES C ASM) +project(FxLibc VERSION 1.4.0 LANGUAGES C ASM) set(CMAKE_INSTALL_MESSAGE LAZY)