Skip to content

Commit

Permalink
(packaging) Update cpp-hocon version to 0.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean P. McDonald committed Sep 17, 2018
1 parent c710b8c commit 26c8f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.8)
project(cpp-hocon VERSION 0.2.0)

string(MAKE_C_IDENTIFIER ${PROJECT_NAME} PROJECT_C_NAME)
string(TOUPPER ${PROJECT_C_NAME} PROJECT_NAME_UPPER)
Expand Down

0 comments on commit 26c8f8c

Please sign in to comment.