Skip to content

Commit

Permalink
Merge pull request #19 from tlambert03/version
Browse files Browse the repository at this point in the history
bump version to 1.2.0
  • Loading branch information
tlambert03 authored Dec 1, 2022
2 parents 179b5ab + 5df10d7 commit 97af94d
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 97af94d

Please sign in to comment.