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 34952b4 commit 0410af8Copy full SHA for 0410af8
CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
14
# Versions and other informations
15
set(LIBFDS_VERSION_MAJOR 0)
16
-set(LIBFDS_VERSION_MINOR 3)
+set(LIBFDS_VERSION_MINOR 4)
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.3.0-1) unstable; urgency=low
+libfds (0.4.0-1) unstable; urgency=low
2
3
* Initial release.
4
0 commit comments