From f29f083a53bfcad125d4bc2f51c11a3145b1c31f Mon Sep 17 00:00:00 2001 From: Jason Gauci Date: Mon, 29 Oct 2018 17:56:13 -0700 Subject: [PATCH] v5.1.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d3a14bd1..011e49d34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0.2) -project (EternalTCP VERSION 5.1.7) +project (EternalTCP VERSION 5.1.8) option(BUILD_TEST "Build all unit test" OFF) option(CODE_COVERAGE "Enable code coverage" OFF)