Skip to content

Commit 30ad622

Browse files
authored
Update CMakeLists.txt
1 parent 52e45de commit 30ad622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(FastPFOR CXX C)
2020
set(PROJECT_URL "https://github.com/lemire/FastPFOR")
2121
set(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

2525
include(DetectCPUFeatures)
2626
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/environment.cmake")
@@ -256,4 +256,4 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.0.0)
256256
endif()
257257
configure_file("fastpfor.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/fastpfor.pc" @ONLY)
258258
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/fastpfor.pc"
259-
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
259+
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")

0 commit comments

Comments
 (0)