Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 19, 2024
1 parent 5711b8a commit 5ca42e2
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.0"
#define SQSH_VERSION "1.5.1"

/**
* @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 0
#define SQSH_VERSION_PATCH 1

/**
* @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.0',
version: '1.5.1',
license: 'BSD-2-Clause',
)

Expand Down

0 comments on commit 5ca42e2

Please sign in to comment.