Skip to content

Commit 02335a8

Browse files
Merge 318595c into f2e42f3
2 parents f2e42f3 + 318595c commit 02335a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.2.2)
44
# Project Setup - modify to match project naming
55
## Source code for a simple command-line executable for a dynamic library will be generated from the project name.
66
## The command-line and library names will be based off the project name.
7-
project(cpp-hocon VERSION 0.1.6)
7+
project(cpp-hocon VERSION 0.1.8)
88

99
string(MAKE_C_IDENTIFIER ${PROJECT_NAME} PROJECT_C_NAME)
1010
string(TOUPPER ${PROJECT_C_NAME} PROJECT_NAME_UPPER)

0 commit comments

Comments
 (0)