mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 12:16:34 +00:00
SVN_REVISION is not relevant anymore, use GIT_REVISION (git describe) instead.
This commit is contained in:
@@ -1097,8 +1097,8 @@ nfc_device_get_supported_baud_rate(nfc_device *pnd, const nfc_modulation_type nm
|
||||
const char *
|
||||
nfc_version(void)
|
||||
{
|
||||
#ifdef SVN_REVISION
|
||||
return PACKAGE_VERSION " (r" SVN_REVISION ")";
|
||||
#ifdef GIT_REVISION
|
||||
return GIT_REVISION;
|
||||
#else
|
||||
return PACKAGE_VERSION;
|
||||
#endif // SVN_REVISION
|
||||
|
||||
Reference in New Issue
Block a user