Skip to content

Commit

Permalink
Set library version: 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Apr 26, 2017
1 parent 4201eea commit cba2456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 0.10.4.{build}
version: 0.10.5.{build}

# branches to build
branches:
Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Expand Up @@ -33,7 +33,7 @@
<PropertyGroup>
<Major>0</Major>
<Minor>10</Minor>
<Revision>4</Revision>
<Revision>5</Revision>

<BuildNumber Condition=" '$(APPVEYOR_BUILD_NUMBER)' != '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
<BuildNumber Condition=" '$(BUILD_NUMBER)' != '' ">$(BUILD_NUMBER)</BuildNumber>
Expand Down

0 comments on commit cba2456

Please sign in to comment.