#summary Describes how the whatsapp version can be retrieved
The download URL for the Android App is as following:
* http://www.whatsapp.com/android
If we look closely to the HTML code:
* _<p class="version">Version 2.8.7268</p>
By using two simple 'split' in C# we can easily parse this out. The code for extracting the version is located under WhatsAppHelper.cs, the method _getVersion()_.