diff options
author | MaestroDD <MaestroDD@svn> | 2009-12-10 16:40:39 +0000 |
---|---|---|
committer | MaestroDD <MaestroDD@svn> | 2009-12-10 16:40:39 +0000 |
commit | 2c0aaf145ee9f3d4648d3af3f4994bb9fb028ab3 (patch) | |
tree | 1bca18e79d2eee4c5638fa4ea272aa7f6acfd449 /tools/EventClients | |
parent | 6aac3c897b6ae660cb2b6cacf475d8c0bce7cf3d (diff) |
[OSX] alu remote support?! yeah, version bump! *tam*tam* version bump!
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25527 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients')
-rw-r--r-- | tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm b/tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm index 5db7658cf8..8d19e5787a 100644 --- a/tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm +++ b/tools/EventClients/Clients/OSXRemote/xbmchelper_main.mm @@ -21,7 +21,7 @@ bool g_verbose_mode = false; // const char* PROGNAME="XBMCHelper"; -const char* PROGVERS="0.6"; +const char* PROGVERS="0.7"; void ParseOptions(int argc, char** argv); void ReadConfig(); |