I'm looking for suggestions on how to display on a label field my current app version/release (ex. v1r7) level on the screen. Currently I have to manually change the label field every change on the version/release level I make. Not to mention that sometimes I forget to change it and have to compile again just to fix version/release number...
#Region Project Attributes
#ApplicationLabel: B4A GenealogyLite
#VersionCode: 1
#VersionName: x
Which means I still have to change it manually.
I thought there was a way to automatically generate these values numbers every time I compile the app...