Skip to content

Commit 4aef2fa

Browse files
committed
Release 1.0.23
* Updated module versions in dependencies.
2 parents 2fb90b7 + 91a82b2 commit 4aef2fa

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5+
=== 1.0.23 ===
6+
* Updated module versions in dependencies.
7+
58
=== 1.0.22 ===
69
* Implemented shared catalog class.
710
* Implemented shared audio stream class.

include/lsp-plug.in/dsp-units/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Define version of headers
2626
#define LSP_DSP_UNITS_MAJOR 1
2727
#define LSP_DSP_UNITS_MINOR 0
28-
#define LSP_DSP_UNITS_MICRO 22
28+
#define LSP_DSP_UNITS_MICRO 23
2929

3030
#if defined(LSP_DSP_UNITS_PUBLISHER)
3131
#define LSP_DSP_UNITS_PUBLIC LSP_EXPORT_MODIFIER

modules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LSP_COMMON_LIB_TYPE := src
2626
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2727
LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2828

29-
LSP_DSP_LIB_VERSION := 1.0.23
29+
LSP_DSP_LIB_VERSION := 1.0.24
3030
LSP_DSP_LIB_NAME := lsp-dsp-lib
3131
LSP_DSP_LIB_TYPE := src
3232
LSP_DSP_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_LIB_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_DSP_UNITS
2323
ARTIFACT_NAME = lsp-dsp-units
2424
ARTIFACT_DESC = High-level classes for performing DSP
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 1.0.22
26+
ARTIFACT_VERSION = 1.0.23
2727

0 commit comments

Comments
 (0)