version bump

This commit is contained in:
mom040267 2014-07-22 20:20:23 +00:00
parent 12cc3f7c9a
commit 648cd2b149
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
06/25/2014 Oleg Moskalenko <mom040267@gmail.com>
Version 4.1.0.1 'Vitari':
Version 4.1.0.2 'Vitari':
- SSODA (double allocation) draft support added.
- DB "driver" abstraction and MongoDB support (by Federico Pinna).
- multiple origins supported per request.

View File

@ -2,7 +2,7 @@
# Common settings script.
TURNVERSION=4.1.0.1
TURNVERSION=4.1.0.2
BUILDDIR=~/rpmbuild
ARCH=`uname -p`
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn

View File

@ -1,5 +1,5 @@
Name: turnserver
Version: 4.1.0.1
Version: 4.1.0.2
Release: 0%{dist}
Summary: Coturn TURN Server
@ -293,8 +293,8 @@ fi
%{_includedir}/turn/client/TurnMsgLib.h
%changelog
* Fri Jul 11 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.1.0.1
* Tue Jul 22 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.1.0.2
* Wed Jun 25 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.0.1.4
* Fri Jun 13 2014 Oleg Moskalenko <mom040267@gmail.com>

View File

@ -31,7 +31,7 @@
#ifndef __IOADEFS__
#define __IOADEFS__
#define TURN_SERVER_VERSION "4.1.0.1"
#define TURN_SERVER_VERSION "4.1.0.2"
#define TURN_SERVER_VERSION_NAME "Vitari"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"