3proxy/src/version.h
Vladimir Dubrovin 19cacf0bd9 Commit as 0.9.7
2026-07-04 13:51:28 +03:00

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