Skip to content

Commit

Permalink
Release 1.0.15
Browse files Browse the repository at this point in the history
* Updated module versions in dependencies.
  • Loading branch information
sadko4u committed Sep 9, 2023
2 parents cb8718e + a5e7a6f commit a98b7e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* RECENT CHANGES
*******************************************************************************

=== 1.0.15 ===
* Updated module versions in dependencies.

=== 1.0.14 ===
* Improved code base by using PVS Studio static code analyzer.
* Fixed several issues reported by PVS Studio static analyzer.
Expand Down
2 changes: 1 addition & 1 deletion include/lsp-plug.in/tk/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define LSP_TK_LIB_MAJOR 1
#define LSP_TK_LIB_MINOR 0
#define LSP_TK_LIB_MICRO 14
#define LSP_TK_LIB_MICRO 15

#if defined(LSP_TK_LIB_PUBLISHER)
#define LSP_TK_LIB_PUBLIC LSP_EXPORT_MODIFIER
Expand Down
4 changes: 2 additions & 2 deletions modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ LSP_R3D_WGL_LIB_TYPE := src
LSP_R3D_WGL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git
LSP_R3D_WGL_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git

LSP_WS_LIB_VERSION := 1.0.14
LSP_WS_LIB_VERSION := 1.0.15
LSP_WS_LIB_NAME := lsp-ws-lib
LSP_WS_LIB_TYPE := src
LSP_WS_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_WS_LIB_NAME).git
LSP_WS_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_WS_LIB_NAME).git

LSP_DSP_LIB_VERSION := 1.0.15
LSP_DSP_LIB_VERSION := 1.0.16
LSP_DSP_LIB_NAME := lsp-dsp-lib
LSP_DSP_LIB_TYPE := src
LSP_DSP_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_LIB_NAME).git
Expand Down
2 changes: 1 addition & 1 deletion project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_TK_LIB
ARTIFACT_NAME = lsp-tk-lib
ARTIFACT_DESC = Graphical toolkit library for Linux Studio Plugins Project
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_VERSION = 1.0.14
ARTIFACT_VERSION = 1.0.15
ARTIFACT_EXPORT_ALL = 1

0 comments on commit a98b7e4

Please sign in to comment.