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