version bump

This commit is contained in:
mom040267 2014-09-25 05:41:04 +00:00
parent 664be4d8e6
commit 2623946004
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
08/22/2014 Oleg Moskalenko <mom040267@gmail.com>
Version 4.1.3.2 'Vitari':
Version 4.2.1.1 'Monza':
- oAuth security implementation. (TODO)
- redis user key operation fixed.
- redis, mysql and psql db operations fixed.

View File

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

View File

@ -1,5 +1,5 @@
Name: turnserver
Version: 4.1.3.2
Version: 4.2.1.1
Release: 0%{dist}
Summary: Coturn TURN Server
@ -295,7 +295,7 @@ fi
%changelog
* Wed Sep 24 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.1.3.2
- Sync to 4.2.1.1
* Thu Aug 14 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.1.2.1
* Tue Jul 29 2014 Oleg Moskalenko <mom040267@gmail.com>

View File

@ -31,8 +31,8 @@
#ifndef __IOADEFS__
#define __IOADEFS__
#define TURN_SERVER_VERSION "4.1.3.2"
#define TURN_SERVER_VERSION_NAME "Vitari"
#define TURN_SERVER_VERSION "4.2.1.1"
#define TURN_SERVER_VERSION_NAME "Monza"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"
#if (defined(__unix__) || defined(unix)) && !defined(USG)