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.
2 parents 85e5e21 + 174c18b commit 80ea4c4Copy full SHA for 80ea4c4
CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
14
# Versions and other informations
15
set(LIBFDS_VERSION_MAJOR 0)
16
-set(LIBFDS_VERSION_MINOR 5)
+set(LIBFDS_VERSION_MINOR 6)
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.5.0-1) unstable; urgency=low
+libfds (0.6.0-1) unstable; urgency=low
2
3
* Initial release.
4
0 commit comments