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

Steven Ayre steveayre at gmail.com
Wed Mar 30 18:26:26 MSD 2011


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/20110330/4a267708/attachment-0001.html 
-------------- 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/20110330/4a267708/attachment-0001.jpe 


More information about the FreeSWITCH-users mailing list