File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ Release date:
55
66New features:
77
8+ Bug fixes:
9+
10+ Other:
11+
12+ 0.2.0
13+ =====
14+
15+ Release date:
16+
17+ Wed, 05 Mar 2025 23:33:50 +0200
18+
19+ New features:
20+
821* Add Edit menu entry to reset instruments
922
1023* Implement adjustable delays
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(Noteahead LANGUAGES CXX)
44
55# Global version
66set (VERSION_MAJOR 0)
7- set (VERSION_MINOR 1 )
7+ set (VERSION_MINOR 2 )
88set (VERSION_PATCH 0)
99set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
1010
Original file line number Diff line number Diff line change 1- git archive --format=tar.gz --prefix=noteahead-0.1 .0/ HEAD > noteahead-0.1 .0.tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-0.2 .0/ HEAD > noteahead-0.2 .0.tar.gz
You can’t perform that action at this time.
0 commit comments