Skip to content

Commit

Permalink
fixing rake to not append a version 0 on the end
Browse files Browse the repository at this point in the history
  • Loading branch information
drusellers committed Jun 10, 2011
1 parent c6ed662 commit a21b3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

desc "Update the common version information for the build. You can call this task without building."
assemblyinfo :global_version do |asm|
asm_version = BUILD_NUMBER_BASE + ".0"
asm_version = BUILD_NUMBER_BASE
commit_data = get_commit_hash_and_date
commit = commit_data[0]
commit_date = commit_data[1]
Expand Down

0 comments on commit a21b3f7

Please sign in to comment.