3proxy/src/version.h
Vladimir Dubrovin a2641cb103 Push as 0.9.6
2026-04-11 13:06:43 +03:00

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