From e7fafc2b4857c2183d5164d18ea3dc548bef8b72 Mon Sep 17 00:00:00 2001 From: Alaettin Serhan Mete Date: Tue, 12 Jun 2018 14:11:07 +0200 Subject: [PATCH] Preparing for v1.0.1 (#76) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb11a2d..a6ecc4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.3) # - Call project() to setup system # From CMake 3, we can set the project version easily in one go -project(prmon VERSION 0.1.0) +project(prmon VERSION 1.0.1) #--- Define basic build settings ----------------------------------------------- # - Use GNU-style hierarchy for installing build products