I’m trying to update my copy of Ember.js to the latest head. I noticed that after running rake dist
, the dist/ember.js
file’s header shows:
/ Version: v1.0.0-rc.1-203-ga1cbd22
// Last commit: a1cbd22 (2013-03-18 10:31:41 -0700)
However, looking at the git history I see that the current head is actually a4b3001f
. If I look at one of the files that was changed, the updates do seem to be there, so I know it’s building correctly, it just has the wrong version. Does this get generated automatically when I run the rake task or is it something that needs to be manually updated?