any way to read current application version ? at runtime

hello

i need to get the current version of running application how can i get it ?? is there any api enables me from getting it easily [import]uid: 74537 topic_id: 20914 reply_id: 320914[/import]

Not that I am aware of

Could you not just have a variable that holds your current version?

[code]

local VERSION = “1.0” [import]uid: 84637 topic_id: 20914 reply_id: 82582[/import]