Skip to content

Commit

Permalink
Merge pull request #92 from Magisus/version-bump
Browse files Browse the repository at this point in the history
(packaging) Bump version to 0.1.5
  • Loading branch information
MikaelSmith authored Feb 17, 2017
2 parents 8e44736 + f815a40 commit 87ab456
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.2)
project(cpp-hocon VERSION 0.1.5)

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

0 comments on commit 87ab456

Please sign in to comment.