Skip to content

Commit 385449a

Browse files
committed
update version
1 parent 6eea517 commit 385449a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.6.2]
2+
3+
### Fixes
4+
5+
- fix misalignment of instrument channels in the kit list
6+
- donot install Redkite library when installing Geonkick
7+
- fix build for some use cases
8+
19
## [3.6.1]
210

311
### Fixes

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.7)
22

3-
project(geonkick VERSION 3.6.1)
3+
project(geonkick VERSION 3.6.2)
44

55
math(EXPR GEONKICK_VERSION_HEX "0x${PROJECT_VERSION_MAJOR} * 0x10000 + 0x${PROJECT_VERSION_MINOR} * 0x100 + 0x${PROJECT_VERSION_PATCH}")
66
set(GEONKICK_VERSION_STR "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ claps, hi-hats, shakers, and unique effect sounds.
1010

1111
**License:** GNU General Public License, Version 3
1212

13-
**Version:** 3.6.1
13+
**Version:** 3.6.2
1414

1515
![Screenshot](data/screenshot.png)
1616

doc/Geonkick_User_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
**License:** This work (including all images it uses) is released under [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
4848

49-
**Version:** 3.6.0
49+
**Version:** 3.6.2
5050

5151
**Website:** [https://geonkick.org](https://geonkick.org)
5252

0 commit comments

Comments
 (0)