From fd1b7ce2a22d60db2260d274f1773ff4eb34a763 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Fri, 13 Nov 2020 02:56:03 +0300 Subject: [PATCH] Commit as 0.9.1 --- 3proxy.rc | 8 ++++---- scripts/debian/changelog | 2 +- src/version.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3proxy.rc b/3proxy.rc index ea7cedb..e045693 100644 --- a/3proxy.rc +++ b/3proxy.rc @@ -2,8 +2,8 @@ 1 VERSIONINFO -FILEVERSION 0,9,0,201022 -PRODUCTVERSION 0,9,0,201022 +FILEVERSION 0,9,1,201113 +PRODUCTVERSION 0,9,1,201113 FILETYPE 1 FILESUBTYPE 0x0L BEGIN @@ -14,12 +14,12 @@ BEGIN VALUE "Comments", "3proxy - tiny proxy server, http://3proxy.org/\0" VALUE "CompanyName", "Vladimir Dubrovin\0" VALUE "FileDescription", "3proxy - tiny proxy server\0" - VALUE "FileVersion", "0.9.0\0" + VALUE "FileVersion", "0.9.1\0" VALUE "InternalName", "3proxy\0" VALUE "LegalCopyright", "Copyright (C) 2002-2020 Vladimir Dubrovin\0" VALUE "OriginalFilename", "3proxy.exe\0" VALUE "ProductName", "3proxy\0" - VALUE "ProductVersion", "0.9.0\0" + VALUE "ProductVersion", "0.9.1\0" END END BLOCK "VarFileInfo" diff --git a/scripts/debian/changelog b/scripts/debian/changelog index d8735ab..b9d1fb9 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,6 +1,6 @@ 3proxy (0.9.1-1) buster; urgency=medium - *Initial deb release + *3proxy 0.9.1 initial build -- z3APA3A <3apa3a@3proxy.org> Thu, 12 Nov 2020 12:12:12 +0300 diff --git a/src/version.h b/src/version.h index 834f050..1bb14dd 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #ifndef VERSION -#define VERSION "3proxy-0.9-devel" +#define VERSION "3proxy-0.9.1" #endif #ifndef BUILDDATE #define BUILDDATE ""