mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-28 15:10:12 +08:00
build windows release
This commit is contained in:
parent
6b61cfde4c
commit
e419a21cf9
2
.github/workflows/build-watcom.yml
vendored
2
.github/workflows/build-watcom.yml
vendored
@ -2,7 +2,7 @@ name: Build Win32 3proxy-lite with Watcom
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-ci" ]
|
||||||
paths: [ 'RELEASE', '.github/workflows/build-watcom.yml' ]
|
paths: [ 'RELEASE', '.github/workflows/build-watcom.yml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/build-win32.yml
vendored
2
.github/workflows/build-win32.yml
vendored
@ -2,7 +2,7 @@ name: Build Win32 3proxy with MSVC
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-ci" ]
|
||||||
paths: [ 'RELEASE', '.github/workflows/build-win32.yml' ]
|
paths: [ 'RELEASE', '.github/workflows/build-win32.yml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/build-win64.yml
vendored
2
.github/workflows/build-win64.yml
vendored
@ -2,7 +2,7 @@ name: Build Win64 3proxy with MSVC
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-ci" ]
|
||||||
paths: [ 'RELEASE', '.github/workflows/build-win64.yml' ]
|
paths: [ 'RELEASE', '.github/workflows/build-win64.yml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/build-winarm64.yml
vendored
2
.github/workflows/build-winarm64.yml
vendored
@ -2,7 +2,7 @@ name: Build Win-arm64 3proxy with MSVC
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "test-ci" ]
|
||||||
paths: [ 'RELEASE', '.github/workflows/build-winarm64.yml' ]
|
paths: [ 'RELEASE', '.github/workflows/build-winarm64.yml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
3proxy (0.9.6.1-1) buster; urgency=medium
|
||||||
|
|
||||||
|
*3proxy 0.9.6.1 initial build
|
||||||
|
|
||||||
|
-- z3APA3A <3apa3a@3proxy.org> Fri, 24 Apr 2026 17:23:05 +0300
|
||||||
|
|
||||||
3proxy (0.9.6-1) buster; urgency=medium
|
3proxy (0.9.6-1) buster; urgency=medium
|
||||||
|
|
||||||
*3proxy 0.9.6 initial build
|
*3proxy 0.9.6 initial build
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Name: 3proxy
|
Name: 3proxy
|
||||||
Version: 0.9.6
|
Version: 0.9.6.1
|
||||||
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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#ifndef VERSION
|
#ifndef VERSION
|
||||||
#define VERSION "3proxy-0.9.6"
|
#define VERSION "3proxy-0.9.6.1"
|
||||||
#endif
|
#endif
|
||||||
#ifndef BUILDDATE
|
#ifndef BUILDDATE
|
||||||
#define BUILDDATE ""
|
#define BUILDDATE ""
|
||||||
@ -7,8 +7,8 @@
|
|||||||
#define MAJOR3PROXY 0
|
#define MAJOR3PROXY 0
|
||||||
#define SUBMAJOR3PROXY 9
|
#define SUBMAJOR3PROXY 9
|
||||||
#define MINOR3PROXY 6
|
#define MINOR3PROXY 6
|
||||||
#define SUBMINOR3PROXY 0
|
#define SUBMINOR3PROXY 1
|
||||||
#define RELEASE3PROXY "3proxy-0.9.6(" BUILDDATE ")\0"
|
#define RELEASE3PROXY "3proxy-0.9.6.1(" BUILDDATE ")\0"
|
||||||
#ifndef YEAR3PROXY
|
#ifndef YEAR3PROXY
|
||||||
#define YEAR3PROXY "2026"
|
#define YEAR3PROXY "2026"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user