Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed May 21, 2024
1 parent 4de5558 commit d4d1823
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* RECENT CHANGES
*******************************************************************************

=== 1.0.20 ===


=== 1.0.19 ===
* Implemented Dry/Wet balance knob.
* Updated build scripts and dependencies.
Expand Down
2 changes: 1 addition & 1 deletion project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug
ARTIFACT_DESC = LSP Impulse Reverb Plugin Series
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_EXPORT_HEADERS = 0
ARTIFACT_VERSION = 1.0.19
ARTIFACT_VERSION = 1.0.20-devel



2 changes: 1 addition & 1 deletion src/main/meta/impulse_reverb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#define LSP_PLUGINS_IMPULSE_REVERB_VERSION_MAJOR 1
#define LSP_PLUGINS_IMPULSE_REVERB_VERSION_MINOR 0
#define LSP_PLUGINS_IMPULSE_REVERB_VERSION_MICRO 19
#define LSP_PLUGINS_IMPULSE_REVERB_VERSION_MICRO 20

#define LSP_PLUGINS_IMPULSE_REVERB_VERSION \
LSP_MODULE_VERSION( \
Expand Down

0 comments on commit d4d1823

Please sign in to comment.