mirror of
https://github.com/3proxy/3proxy.git
synced 2026-07-07 13:40:12 +08:00
15 lines
300 B
C
15 lines
300 B
C
#ifndef VERSION
|
|
#define VERSION "3proxy-0.9.7"
|
|
#endif
|
|
#ifndef BUILDDATE
|
|
#define BUILDDATE ""
|
|
#endif
|
|
#define MAJOR3PROXY 0
|
|
#define SUBMAJOR3PROXY 9
|
|
#define MINOR3PROXY 7
|
|
#define SUBMINOR3PROXY 0
|
|
#define RELEASE3PROXY "3proxy-0.9.7(" BUILDDATE ")\0"
|
|
#ifndef YEAR3PROXY
|
|
#define YEAR3PROXY "2026"
|
|
#endif
|