Use identical User Agents for csync and the Qt parts
authorDaniel Molkentin <danimo@owncloud.com>
Thu, 16 Apr 2015 18:56:00 +0000 (20:56 +0200)
committerDaniel Molkentin <danimo@owncloud.com>
Thu, 16 Apr 2015 18:58:51 +0000 (20:58 +0200)
commitd8275cd4e13a37f94cecd9b79cecf2cb21bf6a1e
treef150d9f0818ca67233227b0d5397b859ddc246e6
parentc3dca7a288f08fecac0c46ebf053a2a443bb6418
Use identical User Agents for csync and the Qt parts

Also, use the mirall version for ocsync.

Currently, the csync engine part and the Qt part have different UAs,
and this makes debugging (i.e. reading access logs) difficult. On
top, we haven't increased the ocsync version number in ages. So
as a consequence, I think it would be the best to have ocsync
and the rest share the same version number, and make them identify
with the same user agent.

To ease debugging for our side, we'll still append "(csyncoC)"
for calls made by csync.
csync/CMakeLists.txt
csync/src/csync.h
csync/src/csync_owncloud.c
csync/src/csync_version.h.in