diff --git a/debian/changelog b/debian/changelog index fad36a90d..01e814626 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +open5gs (2.4.7) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 21 May 2022 19:20:07 +0900 + +open5gs (2.4.7~jammy) jammy; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 21 May 2022 19:19:10 +0900 + +open5gs (2.4.7~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 21 May 2022 19:18:11 +0900 + +open5gs (2.4.7~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 21 May 2022 19:17:08 +0900 + +open5gs (2.4.7~impish) impish; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 21 May 2022 19:14:58 +0900 + open5gs (2.4.6) unstable; urgency=medium * Bug Fixed diff --git a/docs/assets/webui/install b/docs/assets/webui/install index 27ff5cf4d..b3c21953c 100644 --- a/docs/assets/webui/install +++ b/docs/assets/webui/install @@ -10,7 +10,7 @@ # PACKAGE="open5gs" -VERSION="2.4.6" +VERSION="2.4.7" print_status() { echo diff --git a/meson.build b/meson.build index 021f40e6d..4f7507060 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', 'cpp', - version : '2.4.6', + version : '2.4.7', 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.6' +libogslib_version = '2.4.7' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir')) diff --git a/webui/package-lock.json b/webui/package-lock.json index 49e602f46..5026f9e16 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,6 +1,6 @@ { "name": "open5gs", - "version": "2.4.6", + "version": "2.4.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/webui/package.json b/webui/package.json index 3c6034a82..2e0489b3c 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "open5gs", - "version": "2.4.6", + "version": "2.4.7", "description": "Open5gs", "main": "index.js", "repository": "https://github.com/open5gs/open5gs/webui",