Skip to content

Commit

Permalink
fixing version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Nov 16, 2023
1 parent d723bf0 commit db8bf05
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 @@ -23,7 +23,7 @@ include(GNUInstallDirs)
include(CTest)
include(cmake/simdutf-flags.cmake)

set(SIMDUTF_LIB_VERSION "4.0.4" CACHE STRING "simdutf library version")
set(SIMDUTF_LIB_VERSION "5.0.0" CACHE STRING "simdutf library version")
set(SIMDUTF_LIB_SOVERSION "5" CACHE STRING "simdutf library soversion")
option(SIMDUTF_TESTS "Whether the tests are included as part of the CMake Build." ON)
option(SIMDUTF_BENCHMARKS "Whether the benchmarks are included as part of the CMake Build." OFF)
Expand Down

0 comments on commit db8bf05

Please sign in to comment.