Skip to content

Commit aa1a6c3

Browse files
committed
patch
1 parent 66a6baa commit aa1a6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project(FastPFOR CXX C)
1919
set(PROJECT_URL "https://github.com/fast-pack/FastPFOR")
2020
set(PROJECT_DESCRIPTION "The FastPFOR C++ library: Fast integer compression")
2121
# Need to bump this when we release a new version.
22-
set(PROJECT_VERSION "0.3.0")
22+
set(PROJECT_VERSION "0.3.1")
2323

2424
include(DetectCPUFeatures)
2525
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/environment.cmake")

0 commit comments

Comments
 (0)