Github Latest Version 4.10.4

I have attempted several times now to build the latest stable release from Github, noting that at the moment there is the issue with files being overwritten from the unstable 4.11 build, however everytime I pull the latest 4.10 release it builds an engine with version:

Version: 4.10.4-0+++depot+UE4-Releases+4.10

However the current release through the launcher is listed as:

Version: 4.10.4-2872498+++depot+UE4-Releases+4.10

With the additional changelist 2872498 build added on. Now Github here https://github.com/EpicGames/UnrealEngine/releases says that this changelist should be the latest release, but when I build the latest release, it does not have this changelist as part of the version information so opening my friends projects keep warning me I am using a different version.

Can someone assist as to why its not building the right version? For reference, my forked clone is here : https://github.com/TeamCraig/UnrealEngine where I removed all branches except 4.10 to avoid any issues.

Thanks.

Hello,

Whenever you build from source, the changelist should show as 0. This is because you are able to make changes to the engine code itself, which would essentially negate whatever changelist it was that you downloaded because you have added new content to it.

Let me know if there are any further questions.

Have a great day