Skip to content

Commit 74c0053

Browse files
committed
v0.6.1
1 parent 3573547 commit 74c0053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(TINYOPT_VERSION_MAJOR 0)
22
set(TINYOPT_VERSION_MINOR 6)
3-
set(TINYOPT_VERSION_PATCH 0)
3+
set(TINYOPT_VERSION_PATCH 1)
44

55
math(EXPR TINYOPT_VERSION "10000 * ${TINYOPT_VERSION_MAJOR} + 100 * ${TINYOPT_VERSION_MINOR} + ${TINYOPT_VERSION_PATCH}")
66
set(TINYOPT_VERSION_STRING "${TINYOPT_VERSION_MAJOR}.${TINYOPT_VERSION_MINOR}.${TINYOPT_VERSION_PATCH}")

0 commit comments

Comments
 (0)