From 87a02524204868dcfe47b3cbf7bfc5fe4e834dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20J=C3=BCnger?= Date: Mon, 9 Oct 2023 10:41:47 +0200 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f750eb5..1cf4e5b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ ############################################################################## cmake_minimum_required(VERSION 3.11) -project(vcml VERSION 2023.09.26 LANGUAGES C CXX) +project(vcml VERSION 2023.10.09 LANGUAGES C CXX) option(VCML_USE_SDL2 "Use SDL2 for rendering" ON) option(VCML_USE_VNC "Use VNC for rendering" ON)