Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Dec 8, 2024
1 parent a78e3e6 commit 1dab6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/sqsh_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extern "C" {
*
* @return Version string
*/
#define SQSH_VERSION "1.5.1"
#define SQSH_VERSION "1.5.2"

/**
* @brief Get the major version of the library that was used to compile the
Expand All @@ -74,7 +74,7 @@ extern "C" {
*
* @return Patch version
*/
#define SQSH_VERSION_PATCH 1
#define SQSH_VERSION_PATCH 2

/**
* @brief Get the version of the currently running library as a string.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
'optimization=0',
'warning_level=3',
],
version: '1.5.1',
version: '1.5.2',
license: 'BSD-2-Clause',
)

Expand Down

0 comments on commit 1dab6b3

Please sign in to comment.