mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 03:38:07 +03:00
Add versioning
This commit is contained in:
9
args.c
9
args.c
@@ -110,8 +110,13 @@ static long parse_numeric_option(const char* value) {
|
||||
}
|
||||
|
||||
void print_version() {
|
||||
printf("youtubeUnblock\n");
|
||||
printf("Bypasses deep packet inspection systems that relies on SNI\n");
|
||||
printf("youtubeUnblock"
|
||||
#if defined(PKG_VERSION)
|
||||
" " PKG_VERSION
|
||||
#endif
|
||||
"\n"
|
||||
);
|
||||
printf("Bypasses deep packet inspection systems that rely on SNI\n");
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user