diff --git a/debian/changelog b/debian/changelog index 3af08dbfd..041e21325 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +open5gs (2.4.11) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 01 Oct 2022 13:51:50 +0900 + +open5gs (2.4.11~jammy) jammy; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 01 Oct 2022 13:50:11 +0900 + +open5gs (2.4.11~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 01 Oct 2022 13:48:49 +0900 + +open5gs (2.4.11~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 01 Oct 2022 13:47:02 +0900 + open5gs (2.4.10) unstable; urgency=medium * Bug Fixed diff --git a/docs/assets/webui/install b/docs/assets/webui/install index b3c21953c..08b9d6275 100644 --- a/docs/assets/webui/install +++ b/docs/assets/webui/install @@ -10,7 +10,7 @@ # PACKAGE="open5gs" -VERSION="2.4.7" +VERSION="2.4.11" print_status() { echo diff --git a/meson.build b/meson.build index 84670367e..45869472d 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.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')) diff --git a/webui/package-lock.json b/webui/package-lock.json index 3abb7c56f..81de1819f 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -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", diff --git a/webui/package.json b/webui/package.json index 2e0489b3c..c57174ca7 100644 --- a/webui/package.json +++ b/webui/package.json @@ -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",