mirror of
https://github.com/3proxy/3proxy.git
synced 2026-09-03 13:25:48 +08:00
Some checks failed
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI MacOS / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI Windows / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
C/C++ CI cmake / ubuntu-latest (wolfSSL) (push) Has been cancelled
Update version files / version (push) Has been cancelled
Update wiki / wiki (push) Has been cancelled
15 lines
312 B
C
15 lines
312 B
C
#ifndef VERSION
|
|
#define VERSION "3proxy-1.0.0"
|
|
#endif
|
|
#ifndef BUILDDATE
|
|
#define BUILDDATE "260822121300"
|
|
#endif
|
|
#define MAJOR3PROXY 1
|
|
#define SUBMAJOR3PROXY 0
|
|
#define MINOR3PROXY 0
|
|
#define SUBMINOR3PROXY 0
|
|
#define RELEASE3PROXY "3proxy-1.0.0(" BUILDDATE ")\0"
|
|
#ifndef YEAR3PROXY
|
|
#define YEAR3PROXY "2026"
|
|
#endif
|