Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 17, 2024
1 parent c50d954 commit 32e3c46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.1 ===


=== 1.0.0 ===
* Initial release.

Expand Down
2 changes: 1 addition & 1 deletion project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug
ARTIFACT_DESC = LSP Referencer Plugin Bundle
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_EXPORT_HEADERS = 0
ARTIFACT_VERSION = 1.0.0
ARTIFACT_VERSION = 1.0.1-devel



2 changes: 1 addition & 1 deletion src/main/meta/referencer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define LSP_PLUGINS_REFERENCER_VERSION_MAJOR 1
#define LSP_PLUGINS_REFERENCER_VERSION_MINOR 0
#define LSP_PLUGINS_REFERENCER_VERSION_MICRO 0
#define LSP_PLUGINS_REFERENCER_VERSION_MICRO 1

#define LSP_PLUGINS_REFERENCER_VERSION \
LSP_MODULE_VERSION( \
Expand Down

0 comments on commit 32e3c46

Please sign in to comment.