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
Version question
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: Version question
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.
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Version question
Functionality wise, they are both the samefrank_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
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
Make sure you have read the HOW TO POST thread