From 894b5cb2b898ebf7d33f1c96e7fd141a395fd196 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 18 May 2017 11:53:48 -0700 Subject: [PATCH] update library version 0.5.1 for fixes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 616da5ae2..75fb3385e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ enable_testing() # gather version information # packagers may specify -DPOTHOS_EXTVER="foo" to replace the git hash ######################################################################## -set(POTHOS_LIBVER "0.5.0") +set(POTHOS_LIBVER "0.5.1") if (NOT POTHOS_EXTVER) include(${PROJECT_SOURCE_DIR}/cmake/GetGitRevisionDescription.cmake)