Release v2.4.11

This commit is contained in:
Sukchan Lee 2022-10-01 13:54:42 +09:00
parent 71a1516b03
commit eace5007b2
5 changed files with 30 additions and 6 deletions

24
debian/changelog vendored
View File

@ -1,3 +1,27 @@
open5gs (2.4.11) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 01 Oct 2022 13:51:50 +0900
open5gs (2.4.11~jammy) jammy; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 01 Oct 2022 13:50:11 +0900
open5gs (2.4.11~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 01 Oct 2022 13:48:49 +0900
open5gs (2.4.11~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 01 Oct 2022 13:47:02 +0900
open5gs (2.4.10) unstable; urgency=medium
* Bug Fixed

View File

@ -10,7 +10,7 @@
#
PACKAGE="open5gs"
VERSION="2.4.7"
VERSION="2.4.11"
print_status() {
echo

View File

@ -16,7 +16,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
project('open5gs', 'c', 'cpp',
version : '2.4.10',
version : '2.4.11',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -24,7 +24,7 @@ project('open5gs', 'c', 'cpp',
],
)
libogslib_version = '2.4.10'
libogslib_version = '2.4.11'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))

View File

@ -1,12 +1,12 @@
{
"name": "open5gs",
"version": "2.4.7",
"version": "2.4.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "open5gs",
"version": "2.4.7",
"version": "2.4.11",
"license": "AGPL-3.0",
"dependencies": {
"axios": "^0.16.2",

View File

@ -1,6 +1,6 @@
{
"name": "open5gs",
"version": "2.4.7",
"version": "2.4.11",
"description": "Open5gs",
"main": "index.js",
"repository": "https://github.com/open5gs/open5gs/webui",