B4J Question Displaying Version / Release

Peter Lewis

Active Member
Licensed User
Longtime User
I am sure that this has been a requirement before.

I want to put on the main page of my app the Version number and release with every time I compile that release number will increment.

One way I thought of it was to ready the time/date stamp of the program file on entering the program and use that as a release number.

Any ideas ?

Thank you
 
Solution
I added this so I will always know which version I have running onsite

B4X:
MainForm.Title="Durban Cubana by Peter Lewis 071 674 3132  Version "&DateTime.Time(File.LastModified("C:\CubanaDurban\Program","release")) &" - " &DateTime.Date(File.LastModified("C:\CubanaDurban\Program","release"))

Peter Lewis

Active Member
Licensed User
Longtime User
I added this so I will always know which version I have running onsite

B4X:
MainForm.Title="Durban Cubana by Peter Lewis 071 674 3132  Version "&DateTime.Time(File.LastModified("C:\CubanaDurban\Program","release")) &" - " &DateTime.Date(File.LastModified("C:\CubanaDurban\Program","release"))
 
Upvote 0
Solution
Top