version bumped up

This commit is contained in:
mom040267 2014-12-21 03:36:00 +00:00
parent 73f1d2cdb5
commit 9ceb66fc9d
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
12/20/2014 Oleg Moskalenko <mom040267@gmail.com>
Version 4.3.3.2 'Tolomei':
- multiple authentication threads;
- database code cleaned;
12/14/2014 Oleg Moskalenko <mom040267@gmail.com>
Version 4.3.2.2 'Tolomei':
- Redis read message queue bug fixed;

View File

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

View File

@ -1,5 +1,5 @@
Name: turnserver
Version: 4.3.2.2
Version: 4.3.3.2
Release: 0%{dist}
Summary: Coturn TURN Server
@ -294,6 +294,8 @@ fi
%{_includedir}/turn/client/TurnMsgLib.h
%changelog
* Sat Dec 20 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.3.3.2
* Sun Dec 14 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.3.2.2
* Sat Nov 29 2014 Oleg Moskalenko <mom040267@gmail.com>

View File

@ -31,7 +31,7 @@
#ifndef __IOADEFS__
#define __IOADEFS__
#define TURN_SERVER_VERSION "4.3.2.2"
#define TURN_SERVER_VERSION "4.3.3.2"
#define TURN_SERVER_VERSION_NAME "Tolomei"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"