Skip to content

Commit

Permalink
Merge pull request #55 from lanl/dholladay00/spiner_1.6.0
Browse files Browse the repository at this point in the history
Update the template to include task to update cmake version if needed…
  • Loading branch information
Yurlungur authored Dec 14, 2022
2 parents 8500fc7 + f62dbd4 commit bf7ab60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ detail. Why is this change required? What problem does it solve?-->

- [ ] Code is formatted. (You can use the format_spiner make target.)
- [ ] Adds a test for any bugs fixed. Adds tests for new features.
- [ ] If preparing for a new release, update the version in cmake.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.23)

set(SPINER_VERSION 1.4.0)
set(SPINER_VERSION 1.6.0)
project(spiner VERSION ${SPINER_VERSION})

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit bf7ab60

Please sign in to comment.