Skip to content

Commit

Permalink
Version bump, donation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcliffe committed Apr 27, 2018
1 parent 2239bfd commit 5731a93
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/")

SET(CUBICSDR_VERSION_MAJOR "0")
SET(CUBICSDR_VERSION_MINOR "2")
SET(CUBICSDR_VERSION_PATCH "3")
SET(CUBICSDR_VERSION_PATCH "4")
SET(CUBICSDR_VERSION_SUFFIX "")
SET(CUBICSDR_VERSION "${CUBICSDR_VERSION_MAJOR}.${CUBICSDR_VERSION_MINOR}.${CUBICSDR_VERSION_PATCH}${CUBICSDR_VERSION_SUFFIX}")

Expand Down

0 comments on commit 5731a93

Please sign in to comment.