Release v1.2.0

This commit is contained in:
Sukchan Lee 2020-01-12 22:44:53 +09:00
parent e418eda22f
commit d39582ff6e
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "open5gs",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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