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 4f05b45 commit 658a815Copy full SHA for 658a815
CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
14
# Versions and other informations
15
set(LIBFDS_VERSION_MAJOR 0)
16
set(LIBFDS_VERSION_MINOR 2)
17
-set(LIBFDS_VERSION_PATCH 0)
+set(LIBFDS_VERSION_PATCH 1)
18
set(LIBFDS_VERSION
19
${LIBFDS_VERSION_MAJOR}.${LIBFDS_VERSION_MINOR}.${LIBFDS_VERSION_PATCH})
20
0 commit comments