From e85b064b52296502a1dab648988a56e510088b76 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Thu, 1 Aug 2019 17:54:28 +0300 Subject: [PATCH] Commit as 0.8.13 --- 3proxy.rc | 13 +++++-------- doc/html/index.html | 37 +++++++++++++++++++------------------ src/version.h | 4 ++-- 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/3proxy.rc b/3proxy.rc index 52eb0da..191746f 100644 --- a/3proxy.rc +++ b/3proxy.rc @@ -1,9 +1,6 @@ -#include "src/version.h" - - 1 VERSIONINFO -FILEVERSION 0,8,12,0 -PRODUCTVERSION 0,8,12,0 +FILEVERSION 0,8,13,0 +PRODUCTVERSION 0,8,13,0 FILETYPE 1 FILESUBTYPE 0x0L BEGIN @@ -14,12 +11,12 @@ BEGIN VALUE "Comments", "3proxy - tiny proxy server, http://3proxy.ru/\0" VALUE "CompanyName", "Vladimir Dubrovin\0" VALUE "FileDescription", "3proxy - tiny proxy server\0" - VALUE "FileVersion", "0.8.12\0" + VALUE "FileVersion", "0.8.13\0" VALUE "InternalName", "3proxy\0" - VALUE "LegalCopyright", "Copyright (C) 2002-2018 Vladimir Dubrovin\0" + VALUE "LegalCopyright", "Copyright (C) 2002-2019 Vladimir Dubrovin\0" VALUE "OriginalFilename", "3proxy.exe\0" VALUE "ProductName", "3proxy\0" - VALUE "ProductVersion", "0.8.12\0" + VALUE "ProductVersion", "0.8.13\0" END END BLOCK "VarFileInfo" diff --git a/doc/html/index.html b/doc/html/index.html index 51183a9..13e3e5b 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -1,18 +1,19 @@ -3proxy documentation

3proxy documentation

-Security recommendations
-How To (English, very incomplete)
-How To (Russian)
-FAQ (English)
-FAQ (Russian) -

Man pages: -
3proxy.8 -
ftppr.8 -
icqpr.8 -
pop3p.8 -
proxy.8 -
smtpp.8 -
socks.8 -
tcppm.8 -
udppm.8 -
3proxy.cfg.3 - +3proxy documentation

3proxy documentation

+Security recommendations
+Optimizing 3proxy for high loads
+How To (English, very incomplete)
+How To (Russian)
+FAQ (English)
+FAQ (Russian) +

Man pages: +
3proxy.8 +
ftppr.8 +
icqpr.8 +
pop3p.8 +
proxy.8 +
smtpp.8 +
socks.8 +
tcppm.8 +
udppm.8 +
3proxy.cfg.3 + diff --git a/src/version.h b/src/version.h index f834148..8d1ee6d 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION "3proxy-0.8.12" -#define BUILDDATE "180418205022" +#define VERSION "3proxy-0.8.13" +#define BUILDDATE "190801174904"