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.