diff --git a/CMakeLists.txt b/CMakeLists.txt index 8021195..f5cf3b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) include(cmake/color.cmake) -set(BLT_VERSION 0.15.9) +set(BLT_VERSION 0.15.10) set(BLT_TEST_VERSION 0.0.1) set(BLT_TARGET BLT) diff --git a/src/blt/std/error.cpp b/src/blt/std/error.cpp index 566ac4b..dc20517 100644 --- a/src/blt/std/error.cpp +++ b/src/blt/std/error.cpp @@ -17,7 +17,7 @@ #include #include -namespace blt +namespace blt::error { void print_socket_error() {