Skip to content

Commit

Permalink
Update version in makebuild also
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Dec 12, 2015
1 parent adc0ddc commit 25b24c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/makebuild.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$version = "3110_b1"
$versionstring = "3.1.1 Beta 1"
$version = "3110_b2"
$versionstring = "3.1.1 Beta 2"

# Check for 7-zip install
$7zpath = "$env:ProgramFiles\7-Zip\7z.exe"
Expand Down

0 comments on commit 25b24c7

Please sign in to comment.