publish as 0.9 branch (0.9.9.0)

This commit is contained in:
Vladimir Dubrovin 2026-08-20 20:10:47 +03:00
parent 3dfd9052be
commit d53fdbc536
5 changed files with 12 additions and 6 deletions

View File

@ -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)

View File

@ -1 +1 @@
0.9.9
0.9.9.0

6
debian/changelog vendored
View File

@ -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

View File

@ -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

View File

@ -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