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 8e44736 + f815a40 commit 87ab456Copy full SHA for 87ab456
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.2)
+project(cpp-hocon VERSION 0.1.5)
8
9
string(MAKE_C_IDENTIFIER ${PROJECT_NAME} PROJECT_C_NAME)
10
string(TOUPPER ${PROJECT_C_NAME} PROJECT_NAME_UPPER)
0 commit comments