diff --git a/MungPlex/CMakeLists.txt b/MungPlex/CMakeLists.txt index a1f2f6a..5f63159 100644 --- a/MungPlex/CMakeLists.txt +++ b/MungPlex/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeList.txt : CMake project for MungPlex, include source and define # project specific logic here. cmake_minimum_required (VERSION 3.16) -project(MungPlex VERSION 2.2.0) +project(MungPlex VERSION 2.3.0) # Find lua find_package(Lua REQUIRED)