Relase v2.0.11

This commit is contained in:
Sukchan Lee 2020-09-24 22:20:11 -04:00
parent cb1bb8b2c5
commit 5b1c9c812a
2 changed files with 20 additions and 2 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
open5gs (2.0.11) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 24 Sep 2020 22:06:23 -0400
open5gs (2.0.11~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 24 Sep 2020 22:04:37 -0400
open5gs (2.0.11~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 24 Sep 2020 22:03:26 -0400
open5gs (2.0.10) 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.10',
version : '2.0.11',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -24,7 +24,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '2.0.10'
libogslib_version = '2.0.11'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))