mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-20 11:12:10 +08:00
13 lines
281 B
C
13 lines
281 B
C
#ifndef VERSION
|
|
#define VERSION "3proxy-10-devel"
|
|
#endif
|
|
#ifndef BUILDDATE
|
|
#define BUILDDATE ""
|
|
#endif
|
|
#define MAJOR3PROXY 10
|
|
#define SUBMAJOR3PROXY 0
|
|
#define MINOR3PROXY 0
|
|
#define SUBMINOR3PROXY 0
|
|
#define RELEASE3PROXY "3proxy-10-devel(" BUILDDATE ")\0"
|
|
#define YEAR3PROXY "2021"
|