Release v2.1.1

This commit is contained in:
Sukchan Lee 2020-12-16 23:06:27 -05:00
parent 2392f23d7f
commit 7002c1e4b5
2 changed files with 20 additions and 2 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
open5gs (2.1.1) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Wed, 16 Dec 2020 23:04:41 -0500
open5gs (2.1.1~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Wed, 16 Dec 2020 23:03:25 -0500
open5gs (2.1.1~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Wed, 16 Dec 2020 23:02:04 -0500
open5gs (2.1.0) 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.1.0',
version : '2.1.1',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -24,7 +24,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '2.1.0'
libogslib_version = '2.1.1'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))