Skip to content

Commit

Permalink
fix windows build versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mtigas committed May 13, 2014
1 parent 7ca321e commit e818c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -169,8 +169,8 @@ task :windows => [:create_version_file, :war] do |t|
if build_version.start_with?('rev')
win_build_version = '0.0.0.0'
else
win_build_version = build_version
while win_build_version.split('.').length < 4
win_build_version = build_version
win_build_version = "#{win_build_version}.0"
end
end
Expand Down

0 comments on commit e818c8c

Please sign in to comment.