From 2d146719d0b44f3728043366c1fcb2ecbd26d0ee Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 16 Aug 2024 16:03:59 +0200 Subject: [PATCH] v1.5.0 --- include/sqsh_utils.h | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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', )