From b5961a43a4b61591c41f3524563a5e8a48d65368 Mon Sep 17 00:00:00 2001 From: David Roman Date: Wed, 27 Mar 2024 00:50:03 +0100 Subject: [PATCH] change version number to match next patch version --- mtproto/mtproto-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtproto/mtproto-proxy.c b/mtproto/mtproto-proxy.c index 8878d18..6158670 100644 --- a/mtproto/mtproto-proxy.c +++ b/mtproto/mtproto-proxy.c @@ -68,7 +68,7 @@ #define COMMIT "unknown" #endif -#define VERSION_STR "mtproxy-0.01" +#define VERSION_STR "mtproxy-3.0.5" const char FullVersionStr[] = VERSION_STR " compiled at " __DATE__ " " __TIME__ " by gcc " __VERSION__ " " #ifdef __LP64__ "64-bit"