Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 1, 2022
1 parent dc4a458 commit 5df10d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ option(BUILD_OTF_VIEWER "Build OTF viewer (requires X11)" OFF)
cmake_minimum_required(VERSION 3.14)

# This is the one place where version is set
project(cudasirecon VERSION 1.1.1)
project(cudasirecon VERSION 1.2.0)
configure_file("${PROJECT_SOURCE_DIR}/cudasireconConfig.h.in" "${PROJECT_SOURCE_DIR}/cudasireconConfig.h")
include_directories("${PROJECT_SOURCE_DIR}")

Expand Down

0 comments on commit 5df10d7

Please sign in to comment.