Skip to content

Commit 658a815

Browse files
committed
Build: bump version to 0.2.1
1 parent 4f05b45 commit 658a815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif()
1414
# Versions and other informations
1515
set(LIBFDS_VERSION_MAJOR 0)
1616
set(LIBFDS_VERSION_MINOR 2)
17-
set(LIBFDS_VERSION_PATCH 0)
17+
set(LIBFDS_VERSION_PATCH 1)
1818
set(LIBFDS_VERSION
1919
${LIBFDS_VERSION_MAJOR}.${LIBFDS_VERSION_MINOR}.${LIBFDS_VERSION_PATCH})
2020

0 commit comments

Comments
 (0)