From 4bf435eb5495196183d4df0f74d6dc76d5dae955 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 21 Oct 2016 17:24:58 +0200 Subject: [PATCH] Increase version to 0.8 --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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}") -- 1.7.1