Skip to content

Commit 5731a93

Browse files
committed
Version bump, donation updates
1 parent 2239bfd commit 5731a93

File tree

4 files changed

+449
-1
lines changed

4 files changed

+449
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/")
66

77
SET(CUBICSDR_VERSION_MAJOR "0")
88
SET(CUBICSDR_VERSION_MINOR "2")
9-
SET(CUBICSDR_VERSION_PATCH "3")
9+
SET(CUBICSDR_VERSION_PATCH "4")
1010
SET(CUBICSDR_VERSION_SUFFIX "")
1111
SET(CUBICSDR_VERSION "${CUBICSDR_VERSION_MAJOR}.${CUBICSDR_VERSION_MINOR}.${CUBICSDR_VERSION_PATCH}${CUBICSDR_VERSION_SUFFIX}")
1212

0 commit comments

Comments
 (0)