From b81182978974544448753d0602eb876eb0f34be3 Mon Sep 17 00:00:00 2001 From: xissburg Date: Mon, 17 Oct 2022 19:39:39 -0500 Subject: [PATCH] Update version in CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f009f718..8dd85702 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(DEFINED PROJECT_SOURCE_DIR) set(Edyn_MAIN_PROJECT OFF) endif() -project(Edyn VERSION 1.0.0 LANGUAGES CXX) +project(Edyn VERSION 1.2.0 LANGUAGES CXX) include(CMakeDependentOption)