Skip to content

Commit

Permalink
Merge pull request #86 from poacpm/develop
Browse files Browse the repository at this point in the history
Bump 0.1.1 to 0.1.2
  • Loading branch information
Ken Matsui authored Feb 3, 2019
2 parents 60f2152 + 16ddb37 commit 2a38827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(poac)

# Preprocessor definitions
add_definitions( -DPOAC_PROJECT_ROOT="${CMAKE_SOURCE_DIR}" )
add_definitions( -DPOAC_VERSION="0.1.1" )
add_definitions( -DPOAC_VERSION="0.1.2" )
add_definitions( -fdiagnostics-color -Wall -Wextra -Werror )

# Check of c++17
Expand Down
2 changes: 1 addition & 1 deletion poac.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Package name
name: poac
# Package version
version: 0.1.1
version: 0.1.2
# 98, 03, 11(Include TR1), 14, 17, 20
cpp_version: 17
description: "poac is a package manager for C++"
Expand Down

0 comments on commit 2a38827

Please sign in to comment.