Release v2.6.6

This commit is contained in:
Sukchan Lee 2023-10-04 20:36:38 +09:00
parent 3f9ca906da
commit 8d2752f8cd
5 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
---
title: "v2.6.5 - Ubuntu 23.04(lunar) Release"
date: 2023-10-02 20:11:00 +0900
title: "v2.6.6 - Ubuntu 23.04(lunar) Release"
date: 2023-10-04 20:36:00 +0900
categories:
- Release
tags:
@ -9,7 +9,7 @@ tags:
head_inline: "<style> ul { padding-bottom: 1em; } .blue { color: blue; }</style>"
---
See [Release Note](https://github.com/open5gs/open5gs/releases/tag/v2.6.5)
See [Release Note](https://github.com/open5gs/open5gs/releases/tag/v2.6.6)
Download -- [v2.6.5.tar.gz](https://github.com/open5gs/open5gs/archive/v2.6.5.tar.gz)
Download -- [v2.6.6.tar.gz](https://github.com/open5gs/open5gs/archive/v2.6.6.tar.gz)
{: .notice--info}

View File

@ -10,7 +10,7 @@
#
PACKAGE="open5gs"
VERSION="2.6.5"
VERSION="2.6.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', 'cpp',
version : '2.6.5',
version : '2.6.6',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -25,7 +25,7 @@ project('open5gs', 'c', 'cpp',
],
)
libogslib_version = '2.6.5'
libogslib_version = '2.6.6'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))

View File

@ -1,12 +1,12 @@
{
"name": "open5gs",
"version": "2.6.5",
"version": "2.6.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open5gs",
"version": "2.6.5",
"version": "2.6.6",
"license": "AGPL-3.0",
"dependencies": {
"axios": "^0.27.2",

View File

@ -1,6 +1,6 @@
{
"name": "open5gs",
"version": "2.6.5",
"version": "2.6.6",
"description": "Open5gs",
"main": "index.js",
"repository": "https://github.com/open5gs/open5gs/webui",