Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 16, 2024
1 parent 2759194 commit 132648c
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 ===
* Implemented TruePeak meter.
* Implemented Panorama meter (Panometer).
Expand Down
2 changes: 1 addition & 1 deletion include/lsp-plug.in/dsp-units/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Define version of headers
#define LSP_DSP_UNITS_MAJOR 1
#define LSP_DSP_UNITS_MINOR 0
#define LSP_DSP_UNITS_MICRO 27
#define LSP_DSP_UNITS_MICRO 28

#if defined(LSP_DSP_UNITS_PUBLISHER)
#define LSP_DSP_UNITS_PUBLIC LSP_EXPORT_MODIFIER
Expand Down
2 changes: 1 addition & 1 deletion project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_DSP_UNITS
ARTIFACT_NAME = lsp-dsp-units
ARTIFACT_DESC = High-level classes for performing DSP
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_VERSION = 1.0.27
ARTIFACT_VERSION = 1.0.28-devel

0 comments on commit 132648c

Please sign in to comment.