[Freeswitch-users] How to check the FS source code version onWindows platform

Charles fieldpeak at gmail.com
Thu Mar 31 07:26:33 MSD 2011


Hi Steven,

Very good! Appreicated very much for your elabrated explaination!! professional!

howerver, when i run 'version' cmd in the console, it shows below (without e.g. 'b041edc8 2011-03-01 06-35-06 -0600'), it looks we need manually write the exact version inside the code then re-build, right?
if i manally write it inside the code, for my case, it should be git-d5ef86d7 2011-03-30 08-55-28, however, it abenst  '-0600''... where i can get it... it looks a millisecond value 

freeswitch at WIN-9E8E1NBP4RJ> version
FreeSWITCH Version 1.0.head (git-)


2011-03-31 



Charles 



发件人: Steven Ayre 
发送时间: 2011-03-30  22:28:59 
收件人: FreeSWITCH Users Help 
抄送: 
主题: Re: [Freeswitch-users] How to check the FS source code version onWindows platform 
 
d5ef86d7788ef0080ca3be7e2ff39bda989d4b4d is indeed the version.

Git uses hashes as version number, not a sequential number as with SVN. It can't do sequential since it's distributed so it avoids having the same version number at different locations at the same time.

The version when you're at the CLI will be something like:
FreeSWITCH Version 1.0.head (git-b041edc8 2011-03-01 06-35-06 -0600)

Note git-b041edc8 is the version number, it's just the first 8 digits of the full hash (so it's easier to remember). Yours would be git-d5ef86d7.

The changelog (git log) will show you how recent your version is.

-Steve






On 30 March 2011 10:38, Charles <fieldpeak at gmail.com> wrote:


Can anyone help advise how to check the exact version of Freeswitch on windows platform? 
I can see the info like screenshot below in the properties of FS folder which git from latest source, it the correct way? 
if yes, the version should call 'Git-Head: d5ef86d7788ef0080ca3be7e2ff39bda989d4b4d ', however, it looks very strange...
thanks.



 
2011-03-30 



Charles 

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110331/563991ef/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 1662 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110331/563991ef/attachment-0001.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 94308 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110331/563991ef/attachment-0001.jpe 


More information about the FreeSWITCH-users mailing list