File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ project(FastPFOR CXX C)
2020set (PROJECT_URL "https://github.com/lemire/FastPFOR" )
2121set (PROJECT_DESCRIPTION "The FastPFOR C++ library: Fast integer compression" )
2222# Need to bump this when we release a new version.
23- set (PROJECT_VERSION "0.1.9 " )
23+ set (PROJECT_VERSION "0.2.0 " )
2424
2525include (DetectCPUFeatures)
2626include ("${CMAKE_CURRENT_SOURCE_DIR} /cmake_modules/environment.cmake" )
@@ -256,4 +256,4 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.0.0)
256256endif ()
257257configure_file ("fastpfor.pc.in" "${CMAKE_CURRENT_BINARY_DIR} /fastpfor.pc" @ONLY)
258258install (FILES "${CMAKE_CURRENT_BINARY_DIR} /fastpfor.pc"
259- DESTINATION "${CMAKE_INSTALL_LIBDIR} /pkgconfig" )
259+ DESTINATION "${CMAKE_INSTALL_LIBDIR} /pkgconfig" )
You can’t perform that action at this time.
0 commit comments