From f4f877a7129b8f13c55a6ea5dfa6b932a76b237e Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Thu, 18 Oct 2018 04:02:24 +0800 Subject: [PATCH] update version 0.0.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84429f3..7fcaf17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) project (SwitchLanPlay) -set(LANPLAY_VERSION 0.0.3) +set(LANPLAY_VERSION 0.0.5) add_compile_options( "-Wall"