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

@@ -29,6 +29,11 @@ int main(int argc, const char* argv[])
{
std::vector<std::string> args(argv, argv + argc);
// setup application name and version
g_app.setName("OTClient");
g_app.setCompactName("otclient");
g_app.setVersion("0.5.0_dev");
// initialize application framework and otclient
g_app.init("otclient", args);
g_otclient.init(args);