bump version to 1.0.3

This commit is contained in:
Nguyen Anh Quynh
2021-05-16 21:38:08 +08:00
parent db1b6342a3
commit 2874435d2f
9 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ project(unicorn C)
set(UNICORN_VERSION_MAJOR 1)
set(UNICORN_VERSION_MINOR 0)
set(UNICORN_VERSION_PATCH 2)
set(UNICORN_VERSION_PATCH 3)
option(BUILD_SHARED_LIBS "Build shared instead of static library" ON)
option(UNICORN_INSTALL "Install unicorn" ON)