Add macros VERSION_YEAR and VERSION_DATE

This commit is contained in:
Sven Geuer 2023-09-27 16:55:56 +02:00
parent 70935051eb
commit afbab76cf1

View file

@ -18,6 +18,8 @@
*/
#define VERSION "1.11"
#define VERSION_YEAR "2023"
#define VERSION_DATE "2023-09-03"
#define PACKAGE "proxytunnel"
#define PURPOSE "Build generic tunnels through HTTPS proxies"
#define AUTHORS "Jos Visser (Muppet) <josv@osp.nl>, Mark Janssen (Maniac) <maniac@maniac.nl>"