Reporting dali version on stderr instead of stdout 07/56807/5
authorDavid Steele <david.steele@samsung.com>
Tue, 12 Jan 2016 17:34:41 +0000 (17:34 +0000)
committerDavid Steele <david.steele@samsung.com>
Wed, 20 Jan 2016 19:15:00 +0000 (19:15 +0000)
commit2f5d4ba8f28af430695ea2a6692fb3d11310af99
tree69b5a03cd38e0a4f775042a968ed83faec3da03f
parentc289b30a84b68310c1570c4a8bd8b417c23b0efe
Reporting dali version on stderr instead of stdout

Can use JSON parser directly from library without requiring a dali
application. If the writer is used to write to stdout, then the output
is 'corrupted' by having the library version numbers within it. It is
better instead to report the version numbers on stderr (Better still
to log them, rather than using stream).

Change-Id: Ie1cb6b1e3cc04a6e4f643ed4d6336f33b2e025f0
dali-toolkit/public-api/dali-toolkit-version.cpp