From: Christian Herdtweck Date: Fri, 21 Oct 2016 15:24:58 +0000 (+0200) Subject: Increase version to 0.8 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=4bf435eb5495196183d4df0f74d6dc76d5dae955 Increase version to 0.8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f7504e5..25f4754 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Project project(libt2n) -set(VERSION 0.7) +set(VERSION 0.8) set(PROTOCOL_VERSION 1) # protocol version used (integers, increase version if incompatible) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")