From 4f9b141b79dfc2de10f6810329cc27cac2406eb6 Mon Sep 17 00:00:00 2001 From: Lephe Date: Sun, 21 Aug 2022 20:12:34 +0200 Subject: [PATCH] bump version to 2.9.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2f292a..71869e0 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.8.0 LANGUAGES C ASM) +project(Gint VERSION 2.9.0 LANGUAGES C ASM) include(GitVersionNumber) include(Fxconv)