aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2016-07-09 21:52:25 +0200
committerMemphiz <memphis@machzwo.de>2016-08-13 10:42:37 +0200
commitb3a2d2b52bf18b46d4d6c88aa7d3d6572418c82c (patch)
tree907d3a299e077b4032cfab9c221beb6d34768b05
parent39e3eb2e28416cde46ca0ba7469c1981f7e0cef4 (diff)
[XBMCHelper] - bumped to version 0.8
-rw-r--r--tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm b/tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm
index 2a4d8067ad..d13bcbbf3e 100644
--- a/tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm
+++ b/tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm
@@ -22,7 +22,7 @@ bool g_verbose_mode = false;
//
const char* PROGNAME="XBMCHelper";
-const char* PROGVERS="0.7";
+const char* PROGVERS="0.8";
void ParseOptions(int argc, char** argv);
void ReadConfig();
@@ -121,6 +121,7 @@ void ParseOptions(int argc, char** argv)
g_app_home = "";
g_universal_timeout = 0.5;
g_verbose_mode = false;
+ NSLog(@"ParseOptions - force VerboseMode on");
while ((c = getopt_long(argc, argv, options, long_options, &option_index)) != -1)
{