From bd0dd3a8d2a7c4fe3c0e933a1bf3862eb4b77863 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Fri, 31 Dec 2021 10:42:44 +0100 Subject: [PATCH] bump version to 1.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a69faf5..e73409e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(FxLibc VERSION 1.2.0 LANGUAGES C ASM) +project(FxLibc VERSION 1.3.0 LANGUAGES C ASM) set(CMAKE_INSTALL_MESSAGE LAZY)