Update version files for 1.0.0
Some checks failed
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI MacOS / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI Windows / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
C/C++ CI cmake / ubuntu-latest (wolfSSL) (push) Has been cancelled
Update version files / version (push) Has been cancelled
Update wiki / wiki (push) Has been cancelled

This commit is contained in:
github-actions[bot] 2026-08-22 12:13:00 +00:00
parent cf7749b320
commit f6963ea302
3 changed files with 13 additions and 7 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
3proxy (1.0.0-1) buster; urgency=medium
*3proxy 1.0.0 initial build
-- z3APA3A <3apa3a@3proxy.org> Sat, 22 Aug 2026 12:13:00 +0000
3proxy (0.9.9-1) buster; urgency=medium 3proxy (0.9.9-1) buster; urgency=medium
*3proxy 0.9.9 initial build *3proxy 0.9.9 initial build

View File

@ -1,5 +1,5 @@
Name: 3proxy Name: 3proxy
Version: 0.9.9 Version: 1.0.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: 3proxy tiny proxy server Summary: 3proxy tiny proxy server
License: GPL/LGPL/Apache/BSD License: GPL/LGPL/Apache/BSD

View File

@ -1,14 +1,14 @@
#ifndef VERSION #ifndef VERSION
#define VERSION "3proxy-0.9.9" #define VERSION "3proxy-1.0.0"
#endif #endif
#ifndef BUILDDATE #ifndef BUILDDATE
#define BUILDDATE "" #define BUILDDATE "260822121300"
#endif #endif
#define MAJOR3PROXY 0 #define MAJOR3PROXY 1
#define SUBMAJOR3PROXY 9 #define SUBMAJOR3PROXY 0
#define MINOR3PROXY 9 #define MINOR3PROXY 0
#define SUBMINOR3PROXY 0 #define SUBMINOR3PROXY 0
#define RELEASE3PROXY "3proxy-0.9.9(" BUILDDATE ")\0" #define RELEASE3PROXY "3proxy-1.0.0(" BUILDDATE ")\0"
#ifndef YEAR3PROXY #ifndef YEAR3PROXY
#define YEAR3PROXY "2026" #define YEAR3PROXY "2026"
#endif #endif