mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-09 22:13:11 +08:00
13 lines
274 B
C
13 lines
274 B
C
#ifndef VERSION
|
|
#define VERSION "3proxy-0.9.4"
|
|
#endif
|
|
#ifndef BUILDDATE
|
|
#define BUILDDATE ""
|
|
#endif
|
|
#define MAJOR3PROXY 0
|
|
#define SUBMAJOR3PROXY 9
|
|
#define MINOR3PROXY 4
|
|
#define SUBMINOR3PROXY 0
|
|
#define RELEASE3PROXY "3proxy-0.9.4(" BUILDDATE ")\0"
|
|
#define YEAR3PROXY "2021"
|