This website requires JavaScript.
Explore
Help
Register
Sign In
bughz
/
3proxy
Watch
1
Star
0
Fork
0
You've already forked 3proxy
mirror of
https://github.com/3proxy/3proxy.git
synced
2025-02-24 02:55:40 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
572a5b3c34
3proxy
/
src
/
version.h
7 lines
104 B
C
Raw
Normal View
History
Unescape
Escape
Switch to preprocessor macro for version
2017-11-08 02:56:03 +08:00
#
ifndef VERSION
publish as devel
2016-02-28 20:10:38 +08:00
#
define VERSION "3proxy-0.9-devel"
Switch to preprocessor macro for version
2017-11-08 02:56:03 +08:00
#
endif
#
ifndef BUILDDATE
pass version thorugh building environment
2018-04-21 08:26:49 +08:00
#
define BUILDDATE ""
Switch to preprocessor macro for version
2017-11-08 02:56:03 +08:00
#
endif
Reference in New Issue
Copy Permalink