File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ cmake_minimum_required (VERSION 3.16)
1
2
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR} )
2
3
message (FATAL_ERROR "Prevented in-tree build. Please create a dedicated build directory and call cmake from there." )
3
4
endif ()
4
- cmake_minimum_required (VERSION 3.16)
5
5
6
6
project (PoMiDAQ
7
7
DESCRIPTION "Portable Miniscope data acquisition"
8
- VERSION 0.6.0
8
+ VERSION 0.6.1
9
9
)
10
10
11
11
set (CMAKE_CXX_STANDARD 20)
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ PoMiDAQ Release Notes
3
3
4
4
1. Set variables
5
5
6
- OLD_VERSION="0.5.2 "
7
- NEW_VERSION="0.5.3 "
6
+ OLD_VERSION="0.6.0 "
7
+ NEW_VERSION="0.6.1 "
8
8
9
9
2. Write NEWS entries for PoMiDAQ in the same format as usual.
10
10
11
11
git shortlog v$OLD_VERSION.. | grep -i -v trivial | grep -v Merge > NEWS.new
12
12
13
13
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14
- Version 0.5.3
14
+ Version 0.6.1
15
15
~~~~~~~~~~~~~
16
- Released: 2024 -xx-xx
16
+ Released: 2025 -xx-xx
17
17
18
18
Notes:
19
19
You can’t perform that action at this time.
0 commit comments