Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
(packaging) Bump to version '0.1.8' [no-promote]
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSmith committed Jun 21, 2018
1 parent 16000b0 commit eeac590
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.7)
project(cpp-hocon VERSION 0.1.8)

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

0 comments on commit eeac590

Please sign in to comment.