Skip to content

Commit

Permalink
Update version and CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
iurienistor committed Oct 7, 2023
1 parent 921af03 commit bfe7511
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.10.2]

### Fixes

- Added lock memory for standalone.
- Added external sub directory path to VST3 SDK for building.
- Error check on parsing JSON.
- Fixed info about vst plugin.

### Features

- Added Geonkick Bells presets.

### Other

- Cleanups, adding new info


## [2.10.1]

### Fixes
Expand All @@ -22,7 +40,7 @@
### Features

- Set manually the exact value of envelope points.
- display the current envelope point coordinates (value, time).
- Display the current envelope point coordinates (value, time).

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7)

project(geonkick VERSION 2.10.1)
project(geonkick VERSION 2.10.2)

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ claps, hi-hats, shakers, and unique effect sounds.

**Author and Maintainer:** Iurie Nistor

**Version:** 2.10.1
**Version:** 2.10.2

If you have an idea about a feature or found an issue, please, submit it:

Expand Down
4 changes: 2 additions & 2 deletions src/dsp/src/geonkick.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ typedef float gkick_real;

#define GEONKICK_UNUSED(expr) (void)expr

#define GEONKICK_VERSION 0x021001
#define GEONKICK_VERSION 0x021002
#define GEONKICK_NAME "Geonkick"
#define GEONKICK_APP_NAME "geonkick"
#define GEOKICK_VERSION_STRING "2.10.1"
#define GEOKICK_VERSION_STRING "2.10.2"

#ifdef GEONKICK_AUDIO_JACK
#define GKICK_IS_STANDALONE (1)
Expand Down

0 comments on commit bfe7511

Please sign in to comment.