We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2eb0be commit c687c22Copy full SHA for c687c22
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.2
+current_version = 1.4.0
3
commit = True
4
tag = True
5
CMakeLists.txt
@@ -20,7 +20,7 @@ if (CONFIG_USE_HUNTER)
20
)
21
endif (CONFIG_USE_HUNTER)
22
23
-project(scope LANGUAGES C CXX CUDA VERSION 1.3.2)
+project(scope LANGUAGES C CXX CUDA VERSION 1.4.0)
24
25
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
26
0 commit comments