From d53fdbc5364bf2ee6b65dd69c0e6f43728e0f03f Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Thu, 20 Aug 2026 20:10:47 +0300 Subject: [PATCH] publish as 0.9 branch (0.9.9.0) --- README.md | 4 ++-- RELEASE | 2 +- debian/changelog | 6 ++++++ scripts/rh/3proxy.spec | 2 +- src/version.h | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 839c51c..dc53afd 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ ### Branches -- **Master** (stable) branch - 3proxy 0.9 +- **Master** (stable) branch - 3proxy 1.0 - **0.9** (LTS) branch - 3proxy 0.9 maintenance branch, this branch -- **Devel** branch - 3proxy 10 (don't use it) +- **Devel** branch - 3proxy 2.0-devel (don't use it) ### Binaries (deb / rpm / Windows zip) diff --git a/RELEASE b/RELEASE index 6f060dc..73fbb3c 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.9.9 \ No newline at end of file +0.9.9.0 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 0e909bc..6b5e527 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +3proxy (0.9.9.0-1) buster; urgency=medium + + *3proxy 0.9.9.0 initial build + + -- z3APA3A <3apa3a@3proxy.org> Thu, 20 Aug 2026 19:12:35 +0300 + 3proxy (0.9.9-1) buster; urgency=medium *3proxy 0.9.9 initial build diff --git a/scripts/rh/3proxy.spec b/scripts/rh/3proxy.spec index 108cdc8..088cee2 100644 --- a/scripts/rh/3proxy.spec +++ b/scripts/rh/3proxy.spec @@ -1,5 +1,5 @@ Name: 3proxy -Version: 0.9.9 +Version: 0.9.9.0 Release: 1%{?dist} Summary: 3proxy tiny proxy server License: GPL/LGPL/Apache/BSD diff --git a/src/version.h b/src/version.h index 33ad5cf..c86e9d9 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #ifndef VERSION -#define VERSION "3proxy-0.9.9" +#define VERSION "3proxy-0.9.9.0" #endif #ifndef BUILDDATE #define BUILDDATE "" @@ -8,7 +8,7 @@ #define SUBMAJOR3PROXY 9 #define MINOR3PROXY 9 #define SUBMINOR3PROXY 0 -#define RELEASE3PROXY "3proxy-0.9.9(" BUILDDATE ")\0" +#define RELEASE3PROXY "3proxy-0.9.9.0(" BUILDDATE ")\0" #ifndef YEAR3PROXY #define YEAR3PROXY "2026" #endif