FreeRDP/rdtk
Bernhard Miklautz 1aec784f75 feat: add support for .source_version
When building packages, especially when source packages are used, git is
not necessarily available or the source isn't provided in git. In those
cases it wasn't possible to set the GIT_REVISION and --version shows
"n/a" for the git revision.

If the file .source_version is available now the content of it is used
as GIT_REVISION. Packagers might want to add a .source_version file
when they don't build the packages from git.

Possible breaking change:

The variable PRODUCT_VERSION isn't available anymore. Use GIT_REVISION
instead.
2017-10-06 15:02:23 +02:00
..
include/rdtk rdtk: fix windows build 2016-05-02 17:44:25 +02:00
librdtk fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
sample Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
CMakeLists.txt feat: add support for .source_version 2017-10-06 15:02:23 +02:00