Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hamsik <haaaad@gmail.com>2020-12-10 16:04:16 +0300
committerGitHub <noreply@github.com>2020-12-10 16:04:16 +0300
commit5320c1bc227bd3dee677adfd11e761c8fd2e9eca (patch)
treed1036d1a5183da9305751f27e3a179089c294e04
parent2d2ba1c921207ba3bb3014623bc7f6f2d2bde1fe (diff)
Bump version string to 4.3.0
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index a97b602..0159423 100644
--- a/src/common.h
+++ b/src/common.h
@@ -7,7 +7,7 @@
#define LOG_PREFIX "[proxychains] "
#define PROXYCHAINS_VERSION_MAJOR 4
-#define PROXYCHAINS_VERSION_MINOR 1
+#define PROXYCHAINS_VERSION_MINOR 3
#define PROXYCHAINS_VERSION_BUGFIX 0
#include <stddef.h>