Write out version.rb on dist build

This commit is contained in:
ragaskar
2011-06-23 07:55:04 -04:00
parent 634a7dc402
commit b722f416c7
7 changed files with 22 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
module Jasmine
module Core
VERSION = "<%= "#{major}.#{minor}.#{build}" %><%= ".rc#{release_candidate}" if release_candidate %>"
end
end