Skip to content

Commit 8b67070

Browse files
committed
Release 1.0.15
* Updated module versions in dependencies.
2 parents 6c18b90 + 52e57e8 commit 8b67070

File tree

12 files changed

+15
-12
lines changed

12 files changed

+15
-12
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.15 ===
6+
* Updated module versions in dependencies.
7+
58
=== 1.0.14 ===
69
* Updated resources for plugins.
710
* Updated module versions in dependencies.

include/lsp-plug.in/shared/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define LSP_PLUGINS_SHARED_MAJOR 1
2626
#define LSP_PLUGINS_SHARED_MINOR 0
27-
#define LSP_PLUGINS_SHARED_MICRO 14
27+
#define LSP_PLUGINS_SHARED_MICRO 15
2828

2929
#ifdef LSP_LLTL_LIB_BUILTIN
3030
#define LSP_PLUGINS_SHARED_EXPORT

modules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.30
22+
LSP_COMMON_LIB_VERSION := 1.0.31
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := src
2525
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
@@ -31,7 +31,7 @@ LSP_TEST_FW_TYPE := src
3131
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git
3232
LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME).git
3333

34-
LSP_PLUGIN_FW_VERSION := 1.0.15
34+
LSP_PLUGIN_FW_VERSION := 1.0.16
3535
LSP_PLUGIN_FW_NAME := lsp-plugin-fw
3636
LSP_PLUGIN_FW_TYPE := src
3737
LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARTIFACT_ID = LSP_PLUGINS_SHARED
2323
ARTIFACT_NAME = lsp-plugins-shared
2424
ARTIFACT_DESC = Shared resources for LSP Plugins
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 1.0.14
26+
ARTIFACT_VERSION = 1.0.15
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

res/main/i18n/de/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"about": {
3-
"copyright": "(C) {@meta_pkg_copyright} 2015-2022.",
3+
"copyright": "(C) {@meta_pkg_copyright} 2015-2023.",
44
"description": "Dies ist eine Sammlung von quelloffenen Audio-Plugins.",
55
"info": {
66
"pkg_name": "Paketname:",

res/main/i18n/default/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"about": {
3-
"copyright": "(C) {@meta_pkg_copyright} 2015-2022.",
3+
"copyright": "(C) {@meta_pkg_copyright} 2015-2023.",
44
"description": "This is a collection of open-source audio plugins.",
55
"info": {
66
"pkg_name": "Package name:",

res/main/i18n/es/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"about": {
3-
"copyright": "(C) {@meta_pkg_copyright} 2015-2022.",
3+
"copyright": "(C) {@meta_pkg_copyright} 2015-2023.",
44
"description": "This is a collection of open-source audio plugins.",
55
"info": {
66
"pkg_name": "Package name:",

res/main/i18n/fr/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"about": {
3-
"copyright": "(C) {@meta_pkg_copyright} 2015-2022.",
3+
"copyright": "(C) {@meta_pkg_copyright} 2015-2023.",
44
"description": "This is a collection of open-source audio plugins.",
55
"info": {
66
"pkg_name": "Package name:",

res/main/i18n/it/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"about": {
3-
"copyright": "(C) {@meta_pkg_copyright} 2015-2022.",
3+
"copyright": "(C) {@meta_pkg_copyright} 2015-2023.",
44
"description": "Questa è una raccolta di plugin audio open-source.",
55
"info": {
66
"pkg_name": "Nome del pacchetto:",

res/main/i18n/ru/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"about": {
3-
"copyright": "(C) {@meta_pkg_copyright} 2015-2022.",
3+
"copyright": "(C) {@meta_pkg_copyright} 2015-2023.",
44
"description": "Коллекция аудио-плагинов с открытым исходным кодом.",
55
"info": {
66
"pkg_name": "Название пакета:",

0 commit comments

Comments
 (0)