mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-07 13:50:12 +08:00
Some checks failed
C/C++ CI / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
13 lines
274 B
C
13 lines
274 B
C
#ifndef VERSION
|
|
#define VERSION "3proxy-0.9.5"
|
|
#endif
|
|
#ifndef BUILDDATE
|
|
#define BUILDDATE ""
|
|
#endif
|
|
#define MAJOR3PROXY 0
|
|
#define SUBMAJOR3PROXY 9
|
|
#define MINOR3PROXY 5
|
|
#define SUBMINOR3PROXY 0
|
|
#define RELEASE3PROXY "3proxy-0.9.5(" BUILDDATE ")\0"
|
|
#define YEAR3PROXY "2026"
|