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 b5ff917 commit b74793dCopy full SHA for b74793d
CMakeLists.txt
@@ -13,8 +13,8 @@ endif()
13
14
# Versions and other informations
15
set(LIBFDS_VERSION_MAJOR 0)
16
-set(LIBFDS_VERSION_MINOR 2)
17
-set(LIBFDS_VERSION_PATCH 1)
+set(LIBFDS_VERSION_MINOR 3)
+set(LIBFDS_VERSION_PATCH 0)
18
set(LIBFDS_VERSION
19
${LIBFDS_VERSION_MAJOR}.${LIBFDS_VERSION_MINOR}.${LIBFDS_VERSION_PATCH})
20
pkg/deb/templates/changelog
@@ -1,4 +1,4 @@
1
-libfds (0.2.1-1) unstable; urgency=low
+libfds (0.3.0-1) unstable; urgency=low
2
3
* Initial release.
4
0 commit comments