1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-25 01:41:00 +01:00

Update version to 4.6.1

This commit is contained in:
Gustavo Garcia 2022-12-03 22:21:29 +01:00
parent d3e353fbb0
commit a005eee880
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ project(coturn)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
# TODO: Modify this when the version is released
SET(BUILD_VERSION "4.5.2")
SET(BUILD_VERSION "4.6.1")
# Find Git Version Patch
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")

View File

@ -17,7 +17,7 @@ eq = $(if $(or $(1),$(2)),$(and $(findstring $(1),$(2)),\
# Project parameters #
######################
COTURN_VER ?= 4.6.0
COTURN_VER ?= 4.6.1
COTURN_MIN_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1,2))
COTURN_MAJ_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1))

View File

@ -31,7 +31,7 @@
#ifndef __IOADEFS__
#define __IOADEFS__
#define TURN_SERVER_VERSION "4.6.0"
#define TURN_SERVER_VERSION "4.6.1"
#define TURN_SERVER_VERSION_NAME "Gorst"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"