Release v2.0.20

This commit is contained in:
Sukchan Lee 2020-11-01 23:07:08 -05:00
parent 21595426b2
commit 13c7f30e39
2 changed files with 20 additions and 2 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
open5gs (2.0.20) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 01 Nov 2020 23:05:14 -0500
open5gs (2.0.20~bionic3) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 01 Nov 2020 23:04:15 -0500
open5gs (2.0.20~focal3) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 01 Nov 2020 23:03:11 -0500
open5gs (2.0.19) 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',
version : '2.0.19',
version : '2.0.20',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -24,7 +24,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '2.0.19'
libogslib_version = '2.0.20'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))