From 0410af840c21041fe80bdbcfceda547e353284ce Mon Sep 17 00:00:00 2001 From: Lukas Hutak Date: Tue, 24 Jan 2023 14:44:29 +0100 Subject: [PATCH] Build: bump version to 0.4.0 --- CMakeLists.txt | 2 +- pkg/deb/templates/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f171f83..c9d126e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ endif() # Versions and other informations set(LIBFDS_VERSION_MAJOR 0) -set(LIBFDS_VERSION_MINOR 3) +set(LIBFDS_VERSION_MINOR 4) set(LIBFDS_VERSION_PATCH 0) set(LIBFDS_VERSION ${LIBFDS_VERSION_MAJOR}.${LIBFDS_VERSION_MINOR}.${LIBFDS_VERSION_PATCH}) diff --git a/pkg/deb/templates/changelog b/pkg/deb/templates/changelog index ae328bb..486d414 100644 --- a/pkg/deb/templates/changelog +++ b/pkg/deb/templates/changelog @@ -1,4 +1,4 @@ -libfds (0.3.0-1) unstable; urgency=low +libfds (0.4.0-1) unstable; urgency=low * Initial release.