Release v2.4.0

This commit is contained in:
Sukchan Lee 2021-12-11 22:23:46 +09:00
parent 4f7bb847a9
commit fc53fb4beb
3 changed files with 27 additions and 3 deletions

24
debian/changelog vendored
View File

@ -1,3 +1,27 @@
open5gs (2.4.0) unstable; urgency=medium
* VoNR Added
-- Sukchan Lee <acetcom@gmail.com> Sat, 11 Dec 2021 22:21:31 +0900
open5gs (2.4.0~bionic) bionic; urgency=medium
* VoNR added
-- Sukchan Lee <acetcom@gmail.com> Sat, 11 Dec 2021 22:19:42 +0900
open5gs (2.4.0~focal) focal; urgency=medium
* VoNR added
-- Sukchan Lee <acetcom@gmail.com> Sat, 11 Dec 2021 22:18:26 +0900
open5gs (2.4.0~hirsute) hirsute; urgency=medium
* VoNR added
-- Sukchan Lee <acetcom@gmail.com> Sat, 11 Dec 2021 21:22:12 +0900
open5gs (2.3.6) unstable; urgency=medium
* Bug Fixed

View File

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

View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "open5gs",
"version": "2.2.0",
"version": "2.2.8",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.16.2",