Release v2.0.22

This commit is contained in:
Sukchan Lee 2020-11-19 07:57:35 -05:00
parent f0b9a35962
commit e1a2e3803f
3 changed files with 22 additions and 4 deletions

View File

@ -2,7 +2,7 @@
If you find Open5GS useful for work, please consider supporting this Open Source project by [Becoming a sponsor](https://github.com/sponsors/acetcom). To manage the funding transactions transparently, you can donate through [OpenCollective](https://opencollective.com/open5gs).
<h3 align="center">Special Sponsors</h3>
<h3 align="center">Special Sponsor</h3>
<!--special start-->
<p align="center">
@ -40,7 +40,7 @@ If you don't understand something about Open5GS, the [https://open5gs.org/open5g
## Technical Discussion
Problem with Open5GS can be filed as [issues](https://github.com/open5gs/open5gs/issues) in this repository. Voice and text chat available in Open5GS's [Discord](https://discordapp.com/) workspace. Use [this link](https://discord.gg/GreNkuc) to get started.
Problem with Open5GS can be filed as [issues](https://github.com/open5gs/open5gs/issues) in this repository. Voice and text chat are available in Open5GS's [Discord](https://discordapp.com/) workspace. Use [this link](https://discord.gg/GreNkuc) to get started.
## Contributing

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
open5gs (2.0.22) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 19 Nov 2020 07:55:27 -0500
open5gs (2.0.22~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 19 Nov 2020 07:54:23 -0500
open5gs (2.0.22~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 19 Nov 2020 07:53:15 -0500
open5gs (2.0.21) 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.21',
version : '2.0.22',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -24,7 +24,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '2.0.21'
libogslib_version = '2.0.22'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))