Hello Community..

I am trying to display the version of my application programaticaly rather than just typing in a label.

I have inserted this code to my form.
Code:
Label4.Text = My.Application.Info.Version.ToString()

In my application my Version is 1.0.2 , it is the Property "version" in my Setup project. The format for this according to VB is ##.##.####

My Label displays 1.0.0.0 when i execute .. what am i missing?