From f05a94ca157fbec7134b1c764ea43be5cd61178d Mon Sep 17 00:00:00 2001 From: Lephe Date: Tue, 27 Apr 2021 16:20:09 +0200 Subject: [PATCH] bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4214beb..f2ee673 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Build system for the gint unikernel cmake_minimum_required(VERSION 3.16) -project(Gint VERSION 2.3.0 LANGUAGES C ASM) +project(Gint VERSION 2.4.0 LANGUAGES C ASM) include(GitVersionNumber) include(Fxconv)