From c4b87cb26ec4609c4da759beb4db45d0654ec92e Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Wed, 10 Oct 2018 18:57:15 +0800 Subject: [PATCH] v0.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e60c836..84429f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) project (SwitchLanPlay) -set(LANPLAY_VERSION 0.0.1) +set(LANPLAY_VERSION 0.0.3) add_compile_options( "-Wall"