From f97a363e4c3bb97e7b8be9dc6fa9b63346e3c88d Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 9 Sep 2016 22:19:02 +0200 Subject: [PATCH] switch version to 0.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70582fb..53d2165 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (uts-server) include(ExternalProject) -set(VERSION 0.1.0) +set(VERSION 0.0.1) option(DEBUG "compile with debug symbol" OFF) option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)