From e9a9549f8d4ef888e01b6c01144672dc37088031 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Thu, 27 Jun 2024 08:31:01 +1000 Subject: [PATCH] Updating next release version to be v2.8.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8db2c73..1feea37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ option (DEMO1_BUILD_EXAMPLES "Build examples." ON) # COMMSDSL2SWIG_EXTRA_ARGS - Extra arguments to pass to "commsdsl2swig" # COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten" -set (DEMO1_VERSION "2.8") +set (DEMO1_VERSION "2.8.1") set (DEMO1_MIN_COMMSDSL_VERSION "6.3.3") set (EXTERNALS_DIR "${PROJECT_SOURCE_DIR}/externals")