Skip to content

Commit

Permalink
Update to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Jul 24, 2016
1 parent 400aaab commit 7a515c6
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.3)
set(${PROJECT_NAME}_VERSION_MINOR 0.4)
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.3.{build}
version: 0.0.4.{build}
configuration:
- Debug
- Release
Expand Down

0 comments on commit 7a515c6

Please sign in to comment.