File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
* RECENT CHANGES
3
3
*******************************************************************************
4
4
5
+ === 1.0.22 ===
6
+ * Updated module versions in dependencies.
7
+
5
8
=== 1.0.21 ===
6
9
* Added empty text property for edit.
7
10
* Added text size estimation feature to the tk::Label widget.
Original file line number Diff line number Diff line change 24
24
25
25
#define LSP_TK_LIB_MAJOR 1
26
26
#define LSP_TK_LIB_MINOR 0
27
- #define LSP_TK_LIB_MICRO 21
27
+ #define LSP_TK_LIB_MICRO 22
28
28
29
29
#if defined(LSP_TK_LIB_PUBLISHER )
30
30
#define LSP_TK_LIB_PUBLIC LSP_EXPORT_MODIFIER
Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ LSP_R3D_WGL_LIB_TYPE := src
67
67
LSP_R3D_WGL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_WGL_LIB_NAME ) .git
68
68
LSP_R3D_WGL_LIB_URL_RW :=
[email protected] :lsp-plugins/
$(LSP_R3D_WGL_LIB_NAME ) .git
69
69
70
- LSP_WS_LIB_VERSION := 1.0.21
70
+ LSP_WS_LIB_VERSION := 1.0.22
71
71
LSP_WS_LIB_NAME := lsp-ws-lib
72
72
LSP_WS_LIB_TYPE := src
73
73
LSP_WS_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_WS_LIB_NAME ) .git
74
74
LSP_WS_LIB_URL_RW :=
[email protected] :lsp-plugins/
$(LSP_WS_LIB_NAME ) .git
75
75
76
- LSP_DSP_LIB_VERSION := 1.0.23
76
+ LSP_DSP_LIB_VERSION := 1.0.24
77
77
LSP_DSP_LIB_NAME := lsp-dsp-lib
78
78
LSP_DSP_LIB_TYPE := src
79
79
LSP_DSP_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_LIB_NAME ) .git
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_TK_LIB
23
23
ARTIFACT_NAME = lsp-tk-lib
24
24
ARTIFACT_DESC = Graphical toolkit library for Linux Studio Plugins Project
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
- ARTIFACT_VERSION = 1.0.21
26
+ ARTIFACT_VERSION = 1.0.22
27
27
ARTIFACT_EXPORT_ALL = 1
You can’t perform that action at this time.
0 commit comments