Skip to content

Commit 11871c7

Browse files
committed
Bump version to 4.0.0-beta
1 parent a97d8b3 commit 11871c7

22 files changed

Lines changed: 48 additions & 71 deletions

.github/workflows/cifuzz.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Makefile.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ MAIN_NAME=opensips
6767
VERSION_MAJOR = 4
6868
VERSION_MINOR = 0
6969
VERSION_SUBMINOR = 0
70-
VERSION_BUILD = dev
70+
VERSION_BUILD = beta
7171

7272
ifneq (,$(VERSION_BUILD))
7373
RELEASE=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_SUBMINOR)-$(VERSION_BUILD)

doc/build-contrib.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,USA
2222

2323
### global OpenSIPS commit stats, self-generated on each "rebuild-proj-stats"
24-
__PROJ_COMMITS=22438
25-
__PROJ_LINES_ADD=2669737
26-
__PROJ_LINES_DEL=1359428
27-
__LAST_REBUILD_SHA=eb9a3007c236220b53d880dd4cc768cbe7e80110
24+
__PROJ_COMMITS=23226
25+
__PROJ_LINES_ADD=2765168
26+
__PROJ_LINES_DEL=1401082
27+
__LAST_REBUILD_SHA=a97d8b35d1e71223be6077ce14e3024696b8feb3
2828

2929
TMP_FILE=/var/tmp/.opensips-build-contrib.tmp
3030

packaging/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
opensips (4.0.0-beta-1) beta; urgency=low
2+
3+
* Major Public Release.
4+
5+
-- Liviu Chircu <liviu@opensips.org> Wed, 22 Apr 2026 18:51:41 +0300
6+
7+
18
opensips (4.0.0-1) dev; urgency=low
29

310
* Development Build.

packaging/freebsd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
PORTNAME= opensips
9-
PORTVERSION= 3.1.0
9+
PORTVERSION= 4.0.0-beta
1010
CATEGORIES= net
1111
MASTER_SITES= https://opensips.org/pub/opensips/${PORTVERSION}/
1212
DISTNAME= ${PORTNAME}-${PORTVERSION}-tls_src

packaging/netbsd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
COMMENT= "OpenSIPS"
77

88
PORTNAME= opensips
9-
PORTVERSION= 3.1-dev
9+
PORTVERSION= 4.0.0-beta
1010
CATEGORIES= net
11-
MASTER_SITES= https://opensips.org/pub/opensips/3.1.0/
11+
MASTER_SITES= https://opensips.org/pub/opensips/4.0.0/
1212

1313
MAINTAINER= bogdan@opensips.org
1414

packaging/openbsd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
COMMENT= "OpenSIPS"
77

88
PORTNAME= opensips
9-
PORTVERSION= 3.1-dev
9+
PORTVERSION= 4.0.0-beta
1010
CATEGORIES= net
11-
MASTER_SITES= https://opensips.org/pub/opensips/3.1.0/
11+
MASTER_SITES= https://opensips.org/pub/opensips/4.0.0/
1212

1313
MAINTAINER= bogdan@opensips.org
1414

packaging/redhat_fedora/opensips.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
Summary: Very fast and configurable SIP server
5151
Name: opensips
52-
Version: 3.6.0
52+
Version: 4.0.0
5353
Release: 1%{?dist}
5454
License: GPLv2+
5555
Group: System Environment/Daemons
@@ -1724,6 +1724,9 @@ fi
17241724

17251725

17261726
%changelog
1727+
* Wed Apr 22 2026 Liviu Chircu <liviu@opensips.org> - 4.0.0-1
1728+
- Specification updated for opensips 4.0
1729+
17271730
* Fri Dec 05 2025 Razvan Crainea <razvan@opensips.org> - 4.0.0-1
17281731
- New module: auth_web3
17291732

packaging/solaris/base-pkginfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PKG="OpenSIPS-base-dbg"
22
NAME="Programmable SIP Server Base Install - Debugging Symbols"
3-
VERSION="3.1-dev"
3+
VERSION="4.0.0-beta"
44
ARCH="sparc"
55
CLASSES="none"
66
CATEGORY="utility"
77
VENDOR="OpenSIPS Solutions"
8-
PSTAMP="16thApr19"
8+
PSTAMP="22ndApr26"
99
EMAIL="bogdan@opensips.org"
1010
ISTATES="S s 1 2 3"
1111
RSTATES="S s 1 2 3"

packaging/solaris/berkeley-pkginfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PKG="OpenSIPS-berkeley-dbg"
22
NAME="Programmable SIP Server Berkeley Database Support - Debugging Symbols"
3-
VERSION="3.1-dev"
3+
VERSION="4.0.0-beta"
44
ARCH="sparc"
55
CLASSES="none"
66
CATEGORY="utility"
77
VENDOR="OpenSIPS Solutions"
8-
PSTAMP="16thApr19"
8+
PSTAMP="22ndApr26"
99
EMAIL="saguti@gmail.com"
1010
ISTATES="S s 1 2 3"
1111
RSTATES="S s 1 2 3"

0 commit comments

Comments
 (0)