bump version to 2.5.2

This commit is contained in:
Lephe 2021-06-08 10:06:00 +02:00
parent 8e730c2f78
commit 73ab18e457
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -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)