From 36444aeb668e086c8faf1d214949c8203d83f525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 3 Oct 2017 16:57:02 +0200 Subject: [PATCH] Change version. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 899a84f..d347e9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,8 @@ cmake_minimum_required(VERSION 3.1) project(NeoComm) set(TARGET_NAME "neocomm") -set(TARGET_VERSION_MAJOR 0) -set(TARGET_VERSION_MINOR 1) +set(TARGET_VERSION_MAJOR 1) +set(TARGET_VERSION_MINOR 0) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "release")