From 318595c78eb9cc19ec6f37b30a98d2466dcd86fc Mon Sep 17 00:00:00 2001 From: Casey Williams Date: Fri, 9 Feb 2018 16:10:06 -0800 Subject: [PATCH] (packaging) Update reported version to 0.1.8 [no-promote] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51b030a..868729b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.2.2) # Project Setup - modify to match project naming ## Source code for a simple command-line executable for a dynamic library will be generated from the project name. ## The command-line and library names will be based off the project name. -project(cpp-hocon VERSION 0.1.6) +project(cpp-hocon VERSION 0.1.8) string(MAKE_C_IDENTIFIER ${PROJECT_NAME} PROJECT_C_NAME) string(TOUPPER ${PROJECT_C_NAME} PROJECT_NAME_UPPER)