Release v2.0.2

This commit is contained in:
Sukchan Lee 2020-09-07 00:26:26 -04:00
parent 4d023d0de0
commit 804eeb83a8
3 changed files with 26 additions and 3 deletions

View File

@ -3,7 +3,12 @@
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).
#### Thank you to our sponsors!
[<img src="https://open5gs.org/assets/img/asLogonew.png">](https://www.auctionsoftware.com/)
<a href="https://www.auctionsoftware.com/" target="_blank" style="width: 160px;">
<img src="https://open5gs.org/assets/img/asLogonew.png" style="width: 160px;" alt="AuctionSoftware">
</a>
<a href="https://www.accessparks.com/" target="_blank" style="width: 160px;">
<img src="https://open5gs.org/assets/img/AccessParks.png" style="width: 160px;" alt="AccessParks">
</a>
## Documentation

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
open5gs (2.0.2~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 06 Sep 2020 23:59:56 -0400
open5gs (2.0.2~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 06 Sep 2020 23:58:40 -0400
open5gs (2.0.2) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 06 Sep 2020 23:54:34 -0400
open5gs (2.0.1~bionic) bionic; 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.1',
version : '2.0.2',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -24,7 +24,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '2.0.1'
libogslib_version = '2.0.2'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))