commit 59354fbb6beddb440eeb495a9648b96e646cc1d8
parent a68d1d9756633b408e3e6b78c7524913e5956745
Author: Jatin Chowdhury <[email protected]>
Date: Mon, 6 Sep 2021 23:08:13 -0700
Bump version number
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment target")
set(CMAKE_CXX_STANDARD 17)
-project(CHOWTapeModel VERSION 2.8.2)
+project(CHOWTapeModel VERSION 2.9.0)
add_subdirectory(modules)
include_directories(modules/RTNeural)