From 791589e0b90ec417f84e7d3cbd4a2a9c3b102e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Andr=C3=A9s?= Date: Thu, 25 Feb 2021 23:36:23 -0500 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2649908..b62cc43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.14 FATAL_ERROR) -PROJECT(Doryen VERSION 2021.0225 LANGUAGES CXX) +PROJECT(Doryen VERSION 2021.0226 LANGUAGES CXX) # The shared libraries are libraries that can be linked dynamically and loaded at runtime. OPTION(DORYEN_BUILD_SHARED_LIBS "Build shared libraries (.dll/.so) instead of static ones (.lib/.a)" OFF)