Skip to content

Commit

Permalink
(packaging) Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Magisus committed Feb 17, 2017
1 parent 8e44736 commit f815a40
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 f815a40

Please sign in to comment.