Update version files for 1.0.0

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 initial build

View file

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

View file

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