Skip to content

Commit 13b1533

Browse files
committed
v0.4.0
1 parent db5c07f commit 13b1533

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,5 +1,5 @@
11
set(TINYOPT_VERSION_MAJOR 0)
2-
set(TINYOPT_VERSION_MINOR 3)
2+
set(TINYOPT_VERSION_MINOR 4)
33
set(TINYOPT_VERSION_PATCH 0)
44

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

0 commit comments

Comments
 (0)