Skip to content

Commit 20580a5

Browse files
committed
trivial: post release version bump
1 parent d13682a commit 20580a5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
cmake_minimum_required(VERSION 3.16)
12
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
23
message(FATAL_ERROR "Prevented in-tree build. Please create a dedicated build directory and call cmake from there.")
34
endif()
4-
cmake_minimum_required(VERSION 3.16)
55

66
project(PoMiDAQ
77
DESCRIPTION "Portable Miniscope data acquisition"
8-
VERSION 0.6.0
8+
VERSION 0.6.1
99
)
1010

1111
set(CMAKE_CXX_STANDARD 20)

RELEASE

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ PoMiDAQ Release Notes
33

44
1. Set variables
55

6-
OLD_VERSION="0.5.2"
7-
NEW_VERSION="0.5.3"
6+
OLD_VERSION="0.6.0"
7+
NEW_VERSION="0.6.1"
88

99
2. Write NEWS entries for PoMiDAQ in the same format as usual.
1010

1111
git shortlog v$OLD_VERSION.. | grep -i -v trivial | grep -v Merge > NEWS.new
1212

1313
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14-
Version 0.5.3
14+
Version 0.6.1
1515
~~~~~~~~~~~~~
16-
Released: 2024-xx-xx
16+
Released: 2025-xx-xx
1717

1818
Notes:
1919

0 commit comments

Comments
 (0)