How to get App Version Number?

Is there a Corona function/method to get the app’s version number that was entered when during the build process? [import]uid: 18718 topic_id: 14533 reply_id: 314533[/import]

Hello,

I have the same question. Did you find a solution?

Thanks,

Leonardo Opitz [import]uid: 91584 topic_id: 14533 reply_id: 83766[/import]

I was not able to find a solution in the forums or documentation so I am manually keeping track on the version number [import]uid: 18718 topic_id: 14533 reply_id: 83789[/import]

Best way is just to define a variable in main.lua to store it.

[code]

local VERSION = 1.0 [import]uid: 84637 topic_id: 14533 reply_id: 83861[/import]