mirror of
https://github.com/google/cdc-file-transfer.git
synced 2026-09-13 01:10:44 +03:00
7 lines
138 B
C
7 lines
138 B
C
#ifndef COMMON_BUILD_VERSION_H_
|
|
#define COMMON_BUILD_VERSION_H_
|
|
|
|
#define DEV_BUILD_VERSION "DEV"
|
|
extern const char* BUILD_VERSION;
|
|
|
|
#endif |