Skip to content

Commit

Permalink
Update version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Aug 1, 2016
1 parent fd4d81a commit 8189c86
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project(inform C)

set(${PROJECT_NAME}_VERSION_MAJOR 0)
set(${PROJECT_NAME}_VERSION_MINOR 0.4)
set(${PROJECT_NAME}_VERSION_MINOR 0.5)
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR})

message(STATUS "inform version: ${${PROJECT_NAME}_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.4.{build}
version: 0.0.5.{build}
configuration:
- Debug
- Release
Expand Down

0 comments on commit 8189c86

Please sign in to comment.