Minor fixes for releasing otclient

This commit is contained in:
Eduardo Bart
2012-07-08 13:46:09 -03:00
parent 7e96c3bec6
commit 4ac3ec8344
11 changed files with 25 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ function Background.init()
local clientVersionLabel = background:getChildById('clientVersionLabel')
clientVersionLabel:setText('OTClient ' .. g_app.getVersion() .. '\n' ..
'Rev ' .. g_app.getBuildRevision() .. '\n' ..
'Rev ' .. g_app.getBuildRevision() .. ' ('.. g_app.getBuildCommit() .. ')\n' ..
'Protocol ' .. g_game.getProtocolVersion() .. '\n' ..
'Built on ' .. g_app.getBuildDate())