On Aug 25, 2010, at 2:14 PM, Jon Dyte wrote: > Martin Lucina wrote: >> Hi all, >> >> we're happy to announce the release of 0MQ version 2.0.8. >> >> > Mato > > Thanks for packaging this. > > Is there a specific commit which the 2.0.8 download was created from? > > I want to pull the changes from master, but not any of the 2.1 stuff for > now.
The last commit for 2.0.8 was 1e089f7163c8c59b60b3. Try: git reset 1e089f7163c8c59b60b3 If you have local changes this might not work. To blow away those local changes and sync your working dir to that commit, do: git reset --hard 1e089f7163c8c59b60b3 cr _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
