From b15d5bf6818a2f6579b2cc6d5a1b7bc9fd59b2ea Mon Sep 17 00:00:00 2001 From: z3apa3a <3proxy@3proxy.ru> Date: Fri, 2 Jul 2021 12:01:43 +0300 Subject: [PATCH] Commit as 0.9.4 --- RELEASE | 2 +- scripts/debian/changelog | 6 ++++++ scripts/rh/3proxy.spec | 2 +- src/version.h | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/RELEASE b/RELEASE index b3ec163..2bd77c7 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.9.3 \ No newline at end of file +0.9.4 \ No newline at end of file diff --git a/scripts/debian/changelog b/scripts/debian/changelog index a17b770..bd5a6b4 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,3 +1,9 @@ +3proxy (0.9.4-1) buster; urgency=medium + + *3proxy 0.9.4 initial build + + -- z3APA3A <3apa3a@3proxy.org> Fri, 02 Jul 2021 00:47:00 +0300 + 3proxy (0.9.3-1) buster; urgency=medium *3proxy 0.9.3 initial build diff --git a/scripts/rh/3proxy.spec b/scripts/rh/3proxy.spec index 8380e3b..a00da9d 100644 --- a/scripts/rh/3proxy.spec +++ b/scripts/rh/3proxy.spec @@ -1,5 +1,5 @@ Name: 3proxy -Version: 0.9.3 +Version: 0.9.4 Release: 1 Summary: 3proxy tiny proxy server License: GPL/LGPL/Apache/BSD diff --git a/src/version.h b/src/version.h index 8e3996c..0c709e7 100644 --- a/src/version.h +++ b/src/version.h @@ -1,12 +1,12 @@ #ifndef VERSION -#define VERSION "3proxy-0.9.3" +#define VERSION "3proxy-0.9.4" #endif #ifndef BUILDDATE #define BUILDDATE "" #endif #define MAJOR3PROXY 0 #define SUBMAJOR3PROXY 9 -#define MINOR3PROXY 3 +#define MINOR3PROXY 4 #define SUBMINOR3PROXY 0 -#define RELEASE3PROXY "3proxy-0.9.3(" BUILDDATE ")\0" +#define RELEASE3PROXY "3proxy-0.9.4(" BUILDDATE ")\0" #define YEAR3PROXY "2021"