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"))
I added it to my app and every time I run the app the Version number increases which is not what I was looking for . Every time it compiles the build number should change
#Sat Dec 21 16:36:02 CAT 2024
autoversion=10.0
time=1734791762699
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"))