Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Oct 10, 2023
1 parent 51818e0 commit b67668d
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.33 ===


=== 1.0.32 ===
* Added realloc_aligned function.
* Added round_pow2 function for rounding integer values up to power of 2.
Expand Down
2 changes: 1 addition & 1 deletion include/lsp-plug.in/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// Version of headers
#define LSP_COMMON_LIB_MAJOR 1
#define LSP_COMMON_LIB_MINOR 0
#define LSP_COMMON_LIB_MICRO 32
#define LSP_COMMON_LIB_MICRO 33

#if defined(LSP_COMMON_LIB_PUBLISHER)
#define LSP_COMMON_LIB_PUBLIC LSP_EXPORT_MODIFIER
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_COMMON_LIB
ARTIFACT_NAME = lsp-common-lib
ARTIFACT_DESC = Common library for basic C/C++ language definitions
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_VERSION = 1.0.32
ARTIFACT_VERSION = 1.0.33-devel

0 comments on commit b67668d

Please sign in to comment.