mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-31 13:30:11 +08:00
15 lines
300 B
C
15 lines
300 B
C
#ifndef VERSION
|
|
#define VERSION "3proxy-0.9.6"
|
|
#endif
|
|
#ifndef BUILDDATE
|
|
#define BUILDDATE ""
|
|
#endif
|
|
#define MAJOR3PROXY 0
|
|
#define SUBMAJOR3PROXY 9
|
|
#define MINOR3PROXY 6
|
|
#define SUBMINOR3PROXY 0
|
|
#define RELEASE3PROXY "3proxy-0.9.6(" BUILDDATE ")\0"
|
|
#ifndef YEAR3PROXY
|
|
#define YEAR3PROXY "2026"
|
|
#endif
|