You can download the tag for the desired version and run the application in the / docs directory. The docs directory is a meteorite app. All you have to do is meteorinside it.
For example, for version 0.7.2:
git clone git@github.com:meteor/meteor.git
cd meteor
git checkout release/0.7.2
cd docs
meteor
open localhost:3000
source
share