We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97b361 commit 67383caCopy full SHA for 67383ca
CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
14
# Versions and other informations
15
set(LIBFDS_VERSION_MAJOR 0)
16
-set(LIBFDS_VERSION_MINOR 4)
+set(LIBFDS_VERSION_MINOR 5)
17
set(LIBFDS_VERSION_PATCH 0)
18
set(LIBFDS_VERSION
19
${LIBFDS_VERSION_MAJOR}.${LIBFDS_VERSION_MINOR}.${LIBFDS_VERSION_PATCH})
pkg/deb/templates/changelog
@@ -1,4 +1,4 @@
1
-libfds (0.4.0-1) unstable; urgency=low
+libfds (0.5.0-1) unstable; urgency=low
2
3
* Initial release.
4
0 commit comments