From 73ab18e4573613ab61ba715283f7d48988b0681c Mon Sep 17 00:00:00 2001 From: Lephe Date: Tue, 8 Jun 2021 10:06:00 +0200 Subject: [PATCH] bump version to 2.5.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce6ab95..58936d0 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.5.1 LANGUAGES C ASM) +project(Gint VERSION 2.5.2 LANGUAGES C ASM) include(GitVersionNumber) include(Fxconv)