mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
9 lines
146 B
C
9 lines
146 B
C
#ifndef _CLIENT_VERSION_H_
|
|
#define _CLIENT_VERSION_H_
|
|
|
|
namespace
|
|
{
|
|
const char* c_client_version="$version_short$";
|
|
}
|
|
|
|
#endif //_CLIENT_VERSION_H_
|