From ae283b6c96703118d9fb8437b2b99a8d3f5a2e9d Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 2 Jun 2017 22:15:41 +0100 Subject: [PATCH] Version bump to 0.2.0 --- src/tawashi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tawashi/CMakeLists.txt b/src/tawashi/CMakeLists.txt index d764fd8..bc3395d 100644 --- a/src/tawashi/CMakeLists.txt +++ b/src/tawashi/CMakeLists.txt @@ -1,4 +1,4 @@ -project(tawashi VERSION 0.1.11 LANGUAGES CXX C) +project(tawashi VERSION 0.2.0 LANGUAGES CXX C) option(TAWASHI_WITH_IP_LOGGING "Enable code in Tawashi that may result in users IPs being stored in the DB or in logs" ON)