From afbab76cf14acc37b12ec98ee129c873b329ee37 Mon Sep 17 00:00:00 2001 From: Sven Geuer <68420948@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:55:56 +0200 Subject: [PATCH] Add macros VERSION_YEAR and VERSION_DATE --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index 7f77b79..f75fec6 100644 --- a/config.h +++ b/config.h @@ -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) , Mark Janssen (Maniac) "