diff --git a/include/sqsh_utils.h b/include/sqsh_utils.h index a3b18c7b..c07eb651 100644 --- a/include/sqsh_utils.h +++ b/include/sqsh_utils.h @@ -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 @@ -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. diff --git a/meson.build b/meson.build index 7627a91e..10cdc2db 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( 'optimization=0', 'warning_level=3', ], - version: '1.5.0', + version: '1.5.1', license: 'BSD-2-Clause', )