mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 16:45:35 +02: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 |