op-packages/mtproxy/patches/0002-version.patch
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

14 lines
449 B
Diff

Index: mtproxy/mtproto/mtproto-proxy.c
===================================================================
--- mtproxy.orig/mtproto/mtproto-proxy.c
+++ mtproxy/mtproto/mtproto-proxy.c
@@ -68,7 +68,7 @@
#define COMMIT "unknown"
#endif
-#define VERSION_STR "mtproxy-3.0.5"
+#define VERSION_STR "mtproxy-3.0.6"
const char FullVersionStr[] = VERSION_STR " compiled at " __DATE__ " " __TIME__ " by gcc " __VERSION__ " "
#ifdef __LP64__
"64-bit"