From 0c902525e57bc8105434b4fe86ef0832832012d2 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Thu, 3 Dec 2020 21:14:59 +0300 Subject: [PATCH] commit as 0.9.3 --- 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 f76f913..b3ec163 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.9.2 \ No newline at end of file +0.9.3 \ No newline at end of file diff --git a/scripts/debian/changelog b/scripts/debian/changelog index 778c33c..a17b770 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,3 +1,9 @@ +3proxy (0.9.3-1) buster; urgency=medium + + *3proxy 0.9.3 initial build + + -- z3APA3A <3apa3a@3proxy.org> Thu, 03 Dec 2020 21:13:58 +0300 + 3proxy (0.9.2-1) buster; urgency=medium *3proxy 0.9.2 initial build diff --git a/scripts/rh/3proxy.spec b/scripts/rh/3proxy.spec index b765975..fb3468e 100644 --- a/scripts/rh/3proxy.spec +++ b/scripts/rh/3proxy.spec @@ -1,5 +1,5 @@ Name: 3proxy -Version: 0.9.2 +Version: 0.9.3 Release: 1 Summary: 3proxy tiny proxy server License: GPL/LGPL/Apache/BSD diff --git a/src/version.h b/src/version.h index 0d87dd9..5d5df25 100644 --- a/src/version.h +++ b/src/version.h @@ -1,12 +1,12 @@ #ifndef VERSION -#define VERSION "3proxy-0.9.2" +#define VERSION "3proxy-0.9.3" #endif #ifndef BUILDDATE #define BUILDDATE "" #endif #define MAJOR3PROXY 0 #define SUBMAJOR3PROXY 9 -#define MINOR3PROXY 2 +#define MINOR3PROXY 3 #define SUBMINOR3PROXY 0 -#define RELEASE3PROXY "3proxy-0.9.2(" BUILDDATE ")\0" +#define RELEASE3PROXY "3proxy-0.9.3(" BUILDDATE ")\0" #define YEAR3PROXY "2020"