diff --git a/macosx/IPCController.m b/macosx/IPCController.m index 4f6c8dd91..e87f9d363 100644 --- a/macosx/IPCController.m +++ b/macosx/IPCController.m @@ -273,7 +273,7 @@ msg_default ( enum ipc_msg msgid, benc_val_t * val, int64_t tag, void * arg ); _controller = controller; _buf = [[NSMutableData alloc] init]; - buf = ipc_mkvers( &size, "Transmission MacOS X " VERSION_STRING ); + buf = ipc_mkvers( &size, "Transmission MacOS X " LONG_VERSION_STRING ); if( NULL == _ipc || nil == _buf || NULL == buf || ![self sendresp: buf size: size] ) {