Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Feb 22, 2024
1 parent f7e88ed commit e94e307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif ()

# library version set here (e.g. for shared libs).
set (WARABI_VERSION_MAJOR 0)
set (WARABI_VERSION_MINOR 2)
set (WARABI_VERSION_MINOR 3)
set (WARABI_VERSION_PATCH 0)
set (WARABI_VERSION
"${WARABI_VERSION_MAJOR}.${WARABI_VERSION_MINOR}.${WARABI_VERSION_PATCH}")
Expand Down

0 comments on commit e94e307

Please sign in to comment.