Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Oct 8, 2024
1 parent a18c988 commit 9252219
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.28 ===


=== 1.0.27 ===
* Added +12 dB compensation on measurement of the spectrum to match the amplitude
of the pure sine wave on the graph.
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.27
ARTIFACT_VERSION = 1.0.28-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 27
#define LSP_PLUGINS_SPECTRUM_ANALYZER_VERSION_MICRO 28

#define LSP_PLUGINS_SPECTRUM_ANALYZER_VERSION \
LSP_MODULE_VERSION( \
Expand Down

0 comments on commit 9252219

Please sign in to comment.