Skip to content

Commit 9b8fbea

Browse files
committed
Bump up the version to 0.1.0
1 parent 563f0c1 commit 9b8fbea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/Version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
cmake_minimum_required (VERSION 3.7...3.25)
21

32
set(TINYOPT_VERSION_MAJOR 0)
4-
set(TINYOPT_VERSION_MINOR 0)
5-
set(TINYOPT_VERSION_PATCH 1)
3+
set(TINYOPT_VERSION_MINOR 1)
4+
set(TINYOPT_VERSION_PATCH 0)
5+
66
math(EXPR TINYOPT_VERSION "10000 * ${TINYOPT_VERSION_MAJOR} + 100 * ${TINYOPT_VERSION_MINOR} + ${TINYOPT_VERSION_PATCH}")
77
set(TINYOPT_VERSION_STRING "${TINYOPT_VERSION_MAJOR}.${TINYOPT_VERSION_MINOR}.${TINYOPT_VERSION_PATCH}")
88

0 commit comments

Comments
 (0)