Release v2.2.6

This commit is contained in:
Sukchan Lee 2021-04-09 21:14:42 +09:00
parent 905fc76faf
commit 8f1e591be5
3 changed files with 21 additions and 3 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
open5gs (2.2.6) unstable; urgency=medium
* HSS Cx Added
-- Sukchan Lee <acetcom@gmail.com> Fri, 09 Apr 2021 21:10:43 +0900
open5gs (2.2.6~bionic) bionic; urgency=medium
* HSS Cx Added
-- Sukchan Lee <acetcom@gmail.com> Fri, 09 Apr 2021 21:09:14 +0900
open5gs (2.2.6~focal) focal; urgency=medium
* HSS Cx Added
-- Sukchan Lee <acetcom@gmail.com> Fri, 09 Apr 2021 21:07:19 +0900
open5gs (2.2.5) unstable; urgency=medium
* Bug Fixed

View File

@ -10,7 +10,7 @@
#
PACKAGE="open5gs"
VERSION="2.2.1"
VERSION="2.2.6"
print_status() {
echo

View File

@ -16,7 +16,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
project('open5gs', 'c',
version : '2.2.5',
version : '2.2.6',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -24,7 +24,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '2.2.5'
libogslib_version = '2.2.6'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))