diff --git a/debian/changelog b/debian/changelog index 0e909bc..d7afe0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/scripts/rh/3proxy.spec b/scripts/rh/3proxy.spec index cb608b3..823f3a9 100644 --- a/scripts/rh/3proxy.spec +++ b/scripts/rh/3proxy.spec @@ -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 diff --git a/src/version.h b/src/version.h index 33ad5cf..47e7d1e 100644 --- a/src/version.h +++ b/src/version.h @@ -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