Skip to content

Commit 7185894

Browse files
committed
Release 1.0.35
* Updated module versions in dependencies.
2 parents 92701f4 + 6399971 commit 7185894

11 files changed

Lines changed: 25 additions & 11 deletions

File tree

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.35 ===
6+
* Updated module versions in dependencies.
7+
58
=== 1.0.34 ===
69
* Updated module versions in dependencies.
710

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 34
27+
#define LSP_PLUGINS_SHARED_MICRO 35
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.45
22+
LSP_COMMON_LIB_VERSION := 1.0.46
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.35
34+
LSP_PLUGIN_FW_VERSION := 1.0.36
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.34
26+
ARTIFACT_VERSION = 1.0.35
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

res/main/i18n/default/actions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"import_settings_from_file": "Import settings from file...",
7373
"import_sfz_file": "Import SFZ file...",
7474
"import_rew_filter_file": "REW/APO filter file...",
75-
"reset_settings": "Reset settings",
75+
76+
"launch_multiple": "Launch Multiple",
7677

7778
"listen": "Listen",
7879
"limits": "Limits",
@@ -119,6 +120,7 @@
119120

120121
"record": "Record",
121122
"reset": "Reset",
123+
"reset_settings": "Reset settings",
122124
"restart": "Restart",
123125
"run_stop": "Run/Stop",
124126

res/main/i18n/default/labels.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@
430430
"knee": "Knee",
431431
"knee_:db": "Knee\n(dB)",
432432

433+
"latency": "Latency",
433434
"latency:ms": "Latency (ms)",
434435
"launch": "Launch",
435436
"left": "Left",

res/main/i18n/ru/actions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"import_settings_from_file": "Импорт настроек из файла...",
7474
"import_sfz_file": "Импортировать файл SFZ...",
7575
"import_rew_filter_file": "Файл фильтров REW/APO...",
76-
"reset_settings": "Сбросить настройки",
76+
77+
"launch_multiple": "Запустить несколько",
7778

7879
"listen": "Слушать",
7980
"limits": "Ограничения",
@@ -120,6 +121,7 @@
120121

121122
"record": "Запись",
122123
"reset": "Сбросить",
124+
"reset_settings": "Сбросить настройки",
123125
"restart": "Перезапуск",
124126
"run_stop": "Пуск/Стоп",
125127

res/main/i18n/ru/labels.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@
431431
"knee": "Колено",
432432
"knee_:db": "Колено\n(дБ)",
433433

434+
"latency": "Задержка",
434435
"latency:ms": "Задержка (мс)",
435436
"launch": "Пуск",
436437
"left": "Лево",

res/main/i18n/us/actions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
"import_sfz_file": "Import SFZ file...",
7474
"import_rew_filter_file": "REW/APO filter file...",
7575

76+
"launch_multiple": "Launch Multiple",
77+
7678
"listen": "Listen",
7779
"limits": "Limits",
7880
"linear_frequency": "Linear frequency",
@@ -118,6 +120,7 @@
118120

119121
"record": "Record",
120122
"reset": "Reset",
123+
"reset_settings": "Reset settings",
121124
"restart": "Restart",
122125
"run_stop": "Run/Stop",
123126

res/main/i18n/us/labels.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@
432432
"knee": "Knee",
433433
"knee_:db": "Knee\n(dB)",
434434

435+
"latency": "Latency",
435436
"latency:ms": "Latency (ms)",
436437
"launch": "Launch",
437438
"left": "Left",

0 commit comments

Comments
 (0)