Page 1 of 1

Version question

Posted: Tue Feb 12, 2013 3:11 pm
by frank_frl
Hi Eran,

I'm a bit confused about the version numbers of wxCrafter. I have two installers for it, one is from 01.27.2013 with v. 1.0.802aa45 and the second from 01.28.2013 with v. 1.0.6df6265. Which one is now the latest version?

Regards

Frank

Re: Version question

Posted: Tue Feb 12, 2013 4:19 pm
by Jarod42
The last id (802aa45, 6df6265) seems to be the result of git rev-parse --short HEAD which is in short a hash value
and means nothing for human (except as unique id).
I hope that Eran move to something like git describe --tags which is more meaningful.

And to answer to your question, I don't know.

Re: Version question

Posted: Tue Feb 12, 2013 4:31 pm
by eranif
frank_frl wrote:Hi Eran,

I'm a bit confused about the version numbers of wxCrafter. I have two installers for it, one is from 01.27.2013 with v. 1.0.802aa45 and the second from 01.28.2013 with v. 1.0.6df6265. Which one is now the latest version?

Regards

Frank
Functionality wise, they are both the same
The one from the 28th contains a fix to the installer allowing the user to manually select codelite's plugin directory in case the installer could not detect it automatically (the one from the 27th will simply fail to install)

Eran