Skip to content

Commit 87ab456

Browse files
authored
Merge pull request #92 from Magisus/version-bump
(packaging) Bump version to 0.1.5
2 parents 8e44736 + f815a40 commit 87ab456

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.2)
7+
project(cpp-hocon VERSION 0.1.5)
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)