diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index c48881c6..6b03ddfe 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -343,7 +343,7 @@ SGTerraSync::SvnThread::SvnThread() : _stop(false), _use_svn(true) { - _http.setUserAgent("terrascenery-" SG_STRINGIZE(SG_VERSION)); + _http.setUserAgent("terrascenery-" SG_STRINGIZE(SIMGEAR_VERSION)); } void SGTerraSync::SvnThread::stop()