Skip to content

Commit

Permalink
Release 1.0.23
Browse files Browse the repository at this point in the history
* Updated module versions in dependencies.
  • Loading branch information
sadko4u committed May 22, 2024
2 parents 217693c + 3466b01 commit 4dc6706
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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.23 ===
* Updated module versions in dependencies.

=== 1.0.22 ===
* Updated french translations (contributed by Olivier Humbert).
* Updated module versions in dependencies.
Expand Down
2 changes: 1 addition & 1 deletion include/lsp-plug.in/shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define LSP_PLUGINS_SHARED_MAJOR 1
#define LSP_PLUGINS_SHARED_MINOR 0
#define LSP_PLUGINS_SHARED_MICRO 22
#define LSP_PLUGINS_SHARED_MICRO 23

#ifdef LSP_LLTL_LIB_BUILTIN
#define LSP_PLUGINS_SHARED_EXPORT
Expand Down
2 changes: 1 addition & 1 deletion modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LSP_TEST_FW_TYPE := src
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git
LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME).git

LSP_PLUGIN_FW_VERSION := 1.0.23
LSP_PLUGIN_FW_VERSION := 1.0.24
LSP_PLUGIN_FW_NAME := lsp-plugin-fw
LSP_PLUGIN_FW_TYPE := src
LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_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,7 +23,7 @@ ARTIFACT_ID = LSP_PLUGINS_SHARED
ARTIFACT_NAME = lsp-plugins-shared
ARTIFACT_DESC = Shared resources for LSP Plugins
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_VERSION = 1.0.22
ARTIFACT_VERSION = 1.0.23
ARTIFACT_EXPORT_ALL = 1

# Weak property
Expand Down

0 comments on commit 4dc6706

Please sign in to comment.