Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 18, 2024
1 parent 53b5858 commit 2d14671
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.4.0"
#define SQSH_VERSION "1.5.0"

/**
* @brief Get the major version of the library that was used to compile the
Expand All @@ -66,7 +66,7 @@ extern "C" {
*
* @return Minor version
*/
#define SQSH_VERSION_MINOR 4
#define SQSH_VERSION_MINOR 5

/**
* @brief Get the patch version of the library that was used to compile the
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.4.0',
version: '1.5.0',
license: 'BSD-2-Clause',
)

Expand Down

0 comments on commit 2d14671

Please sign in to comment.