version.h 281 B

123456789101112
  1. #ifndef VERSION
  2. #define VERSION "3proxy-10-devel"
  3. #endif
  4. #ifndef BUILDDATE
  5. #define BUILDDATE ""
  6. #endif
  7. #define MAJOR3PROXY 10
  8. #define SUBMAJOR3PROXY 0
  9. #define MINOR3PROXY 0
  10. #define SUBMINOR3PROXY 0
  11. #define RELEASE3PROXY "3proxy-10-devel(" BUILDDATE ")\0"
  12. #define YEAR3PROXY "2021"