Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 17, 2024
1 parent 9f52ab1 commit fd353cc
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.30 ===


=== 1.0.29 ===
* Added possibility to display maximums for each individual channel on the spectrum graph.
* Added shared memory links for signal analysis.
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 Spectrum Analyzer Plugin Series
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_EXPORT_HEADERS = 0
ARTIFACT_VERSION = 1.0.29
ARTIFACT_VERSION = 1.0.30-devel



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

#define LSP_PLUGINS_SPECTRUM_ANALYZER_VERSION_MAJOR 1
#define LSP_PLUGINS_SPECTRUM_ANALYZER_VERSION_MINOR 0
#define LSP_PLUGINS_SPECTRUM_ANALYZER_VERSION_MICRO 29
#define LSP_PLUGINS_SPECTRUM_ANALYZER_VERSION_MICRO 30

#define LSP_PLUGINS_SPECTRUM_ANALYZER_VERSION \
LSP_MODULE_VERSION( \
Expand Down

0 comments on commit fd353cc

Please sign in to comment.