1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-31 06:51:30 +01:00

Increase version to 4.6.0 (#976)

Increase the version number for the 4.6.0 release.
It uses the codename Gorst.
This commit is contained in:
Gustavo Garcia 2022-09-13 09:33:12 +02:00 committed by GitHub
parent 35c9e8d52f
commit f67326fe35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@
#ifndef __IOADEFS__
#define __IOADEFS__
#define TURN_SERVER_VERSION "4.5.2"
#define TURN_SERVER_VERSION_NAME "dan Eider"
#define TURN_SERVER_VERSION "4.6.0"
#define TURN_SERVER_VERSION_NAME "Gorst"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"
#if (defined(__unix__) || defined(unix)) && !defined(USG)