bump version to 2.11.0

This commit is contained in:
Lephe 2024-07-06 10:21:11 +02:00
parent 52c17ccb05
commit badbd0fd2b
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -1,7 +1,7 @@
# Build system for the gint unikernel
cmake_minimum_required(VERSION 3.15)
project(Gint VERSION 2.10.0 LANGUAGES C ASM)
project(Gint VERSION 2.11.0 LANGUAGES C ASM)
include(GitVersionNumber)
include(Fxconv)