mirror of
https://github.com/3proxy/3proxy.git
synced 2026-09-27 09:35:23 +00:00
publish as 0.9 branch (0.9.9.0)
This commit is contained in:
parent
3dfd9052be
commit
d53fdbc536
5 changed files with 12 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
RELEASE
2
RELEASE
|
|
@ -1 +1 @@
|
|||
0.9.9
|
||||
0.9.9.0
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue