Re: Building from source - great improvements today! Thank you!

2010-09-25 Thread Sean Corfield
On Fri, Sep 24, 2010 at 8:13 AM, Stuart Sierra wrote: > The version string in the Clojure build was set incorrectly.  It has > now been restored to "1.3.0-master-SNAPSHOT" Yup, confirmed. Thanx Stuart. > If you depend on "-SNAPSHOT" versions, then Maven / Leiningen will > always give you the lat

Re: Building from source - great improvements today! Thank you!

2010-09-24 Thread Stuart Sierra
On Sep 24, 1:00 am, Sean Corfield wrote: > Building Clojure seems to install 1.3.0-SNAPSHOT but by default > Contrib seems to expect 1.3.0-master-SNAPSHOT ? The version string in the Clojure build was set incorrectly. It has now been restored to "1.3.0-master-SNAPSHOT" > If so, that's fine - I

Building from source - great improvements today! Thank you!

2010-09-23 Thread Sean Corfield
I just pulled the latest clojure and contrib and was able to build them with one little glitch which I suspect is due to something I did wrong... Building Clojure seems to install 1.3.0-SNAPSHOT but by default Contrib seems to expect 1.3.0-master-SNAPSHOT ? A little bit of experimentation and I r