3proxy/src/version.h
2021-01-19 19:28:04 +03:00

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"