From 949cfd5d31f35f3dcee5039dfd7464ec08452b16 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Thu, 23 Aug 2012 12:22:49 -0300 Subject: [PATCH] update version --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ca2c1390..8c884051 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ int main(int argc, const char* argv[]) // setup application name and version g_app.setName("OTClient"); g_app.setCompactName("otclient"); - g_app.setVersion("0.5.1_dev"); + g_app.setVersion("0.5.2_dev"); // initialize application framework and otclient g_app.init(args);