We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2e42f3 + 318595c commit 02335a8Copy full SHA for 02335a8
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.2.2)
4
# Project Setup - modify to match project naming
5
## Source code for a simple command-line executable for a dynamic library will be generated from the project name.
6
## The command-line and library names will be based off the project name.
7
-project(cpp-hocon VERSION 0.1.6)
+project(cpp-hocon VERSION 0.1.8)
8
9
string(MAKE_C_IDENTIFIER ${PROJECT_NAME} PROJECT_C_NAME)
10
string(TOUPPER ${PROJECT_C_NAME} PROJECT_NAME_UPPER)
0 commit comments