1 
2 /*
3  *	Version / build information generated automatically
4  *
5  *	Please mark your branch in version_branch.h !
6  */
7 
8 #ifndef VERSION_H
9 #define VERSION_H
10 
11 /*
12  * If you're making modifications, put your own variant version
13  * identification in version_branch.h. Thanks!
14  */
15 
16 #define APRSC_TOCALL "APSC20"
17 
18 extern const char version_build[];
19 extern const char verstr[];
20 extern const char verstr_aprsis[];
21 extern const char verstr_http[];
22 extern const char verstr_build_time[];
23 extern const char verstr_build_user[];
24 extern const char verstr_features[];
25 
26 #endif
27