update version
This commit is contained in:
parent
1a226f7983
commit
949cfd5d31
|
@ -32,7 +32,7 @@ int main(int argc, const char* argv[])
|
||||||
// setup application name and version
|
// setup application name and version
|
||||||
g_app.setName("OTClient");
|
g_app.setName("OTClient");
|
||||||
g_app.setCompactName("otclient");
|
g_app.setCompactName("otclient");
|
||||||
g_app.setVersion("0.5.1_dev");
|
g_app.setVersion("0.5.2_dev");
|
||||||
|
|
||||||
// initialize application framework and otclient
|
// initialize application framework and otclient
|
||||||
g_app.init(args);
|
g_app.init(args);
|
||||||
|
|
Loading…
Reference in New Issue