From 715b4b933599458535c574f7ddc169ffeb23f1f2 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Mon, 10 Apr 2023 13:52:56 +0200 Subject: [PATCH] bump version to 2.10.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 877ae24..8f0123f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # gintctl: gint's control application cmake_minimum_required(VERSION 3.15) -project(gintctl VERSION 2.8.0 LANGUAGES C ASM) +project(gintctl VERSION 2.10.0 LANGUAGES C ASM) include(GenerateG1A) include(GenerateG3A)