https-dns-proxy: update to upstream 2023-11-19
[feed/packages.git] / net / https-dns-proxy / patches / 020-src-options.c-add-version.patch
1 --- a/src/options.c
2 +++ b/src/options.c
3 @@ -24,7 +24,7 @@ const char * options_sw_version(void) {
4 #ifdef SW_VERSION
5 return SW_VERSION;
6 #else
7 - return "2023.10.10-atLeast"; // update date sometimes, like 1-2 times a year
8 + return "2023-11-19-1"; // update date sometimes, like 1-2 times a year
9 #endif
10 }
11