Skip to content

Commit dcd9c73

Browse files
committed
Release 1.0.9
* Fixed some shared data for 1.2.6 release.
2 parents 3173d07 + ffc5df6 commit dcd9c73

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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.9 ===
6+
* Fixed some shared data for 1.2.6 release.
7+
58
=== 1.0.8 ===
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 8
27+
#define LSP_PLUGINS_SHARED_MICRO 9
2828

2929
#ifdef LSP_LLTL_LIB_BUILTIN
3030
#define LSP_PLUGINS_SHARED_EXPORT

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.8
26+
ARTIFACT_VERSION = 1.0.9
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

src/doc/config/youtube.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
'g8cShrKtmKo' => 'Crossover',
2424
'mEP1WyLFruY' => 'Artistic Delay',
2525
'MCIpQebU5o4' => 'Oscilloscope',
26-
'6ZuW28u1qns' => 'Multiband Dynamic Processor'
26+
'6ZuW28u1qns' => 'Multiband Dynamic Processor',
27+
'1Og6vAZ2BLo' => 'Noise Generator',
28+
'EFf4VqvMUXM' => 'A/B Tester & Mixer'
2729
);
2830

2931
?>

0 commit comments

Comments
 (0)