From 9b02f5f1dbaeb9162d205ee3d04c06ef8097198b Mon Sep 17 00:00:00 2001 From: Lephe Date: Fri, 31 Dec 2021 10:46:46 +0100 Subject: [PATCH] bump version to 2.7.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84a40ef..f9ac99a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Build system for the gint unikernel cmake_minimum_required(VERSION 3.15) -project(Gint VERSION 2.6.0 LANGUAGES C ASM) +project(Gint VERSION 2.7.0 LANGUAGES C ASM) include(GitVersionNumber) include(Fxconv)