From: <s-v...@us...> - 2012-10-17 16:32:25
|
Revision: 222 http://turnserver.svn.sourceforge.net/turnserver/?rev=222&view=rev Author: s-vincent Date: 2012-10-17 16:32:19 +0000 (Wed, 17 Oct 2012) Log Message: ----------- Updates date. Modified Paths: -------------- trunk/ChangeLog trunk/Doxyfile trunk/LICENSE trunk/configure.in trunk/src/turnserver.c Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2012-10-17 16:28:01 UTC (rev 221) +++ trunk/ChangeLog 2012-10-17 16:32:19 UTC (rev 222) @@ -1,3 +1,7 @@ +2012-xx-xx Sebastien Vincent <seb...@tu...> + + * Version 0.8 - + 2012-10-17 Sebastien Vincent <seb...@tu...> * Version 0.7.1 - Minor modifications to ease Debian package integration. Modified: trunk/Doxyfile =================================================================== --- trunk/Doxyfile 2012-10-17 16:28:01 UTC (rev 221) +++ trunk/Doxyfile 2012-10-17 16:32:19 UTC (rev 222) @@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.7.1 +PROJECT_NUMBER = 0.8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. Modified: trunk/LICENSE =================================================================== --- trunk/LICENSE 2012-10-17 16:28:01 UTC (rev 221) +++ trunk/LICENSE 2012-10-17 16:32:19 UTC (rev 222) @@ -1,6 +1,6 @@ /* * TurnServer - TURN server implementation. - * Copyright (C) 2008-2010 Sebastien Vincent <seb...@tu...> + * Copyright (C) 2008-2012 Sebastien Vincent <seb...@tu...> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2012-10-17 16:28:01 UTC (rev 221) +++ trunk/configure.in 2012-10-17 16:32:19 UTC (rev 222) @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([turnserver],[0.7.1],[http://www.turnserver.org/]) +AC_INIT([turnserver],[0.8],[http://www.turnserver.org/]) AC_CONFIG_SRCDIR([src/turn.h]) AC_CONFIG_HEADER([config.h]) @@ -55,7 +55,7 @@ DX_PS_FEATURE(OFF) DX_INIT_DOXYGEN(turnserver, Doxyfile) -AM_INIT_AUTOMAKE(turnserver, 0.7.1) +AM_INIT_AUTOMAKE(turnserver, 0.8) # Checks for library functions. AC_FUNC_FORK Modified: trunk/src/turnserver.c =================================================================== --- trunk/src/turnserver.c 2012-10-17 16:28:01 UTC (rev 221) +++ trunk/src/turnserver.c 2012-10-17 16:32:19 UTC (rev 222) @@ -33,7 +33,7 @@ * \file turnserver.c * \brief TURN Server implementation. * \author Sebastien Vincent - * \date 2008-2010 + * \date 2008-2012 */ #ifdef HAVE_CONFIG_H @@ -97,7 +97,7 @@ * \def SOFTWARE_DESCRIPTION * \brief Textual description of the server. */ -#define SOFTWARE_DESCRIPTION "TurnServer 0.7.1" +#define SOFTWARE_DESCRIPTION "TurnServer 0.8" /** * \def DEFAULT_CONFIGURATION_FILE @@ -391,7 +391,7 @@ break; case 'v': /* version */ fprintf(stdout, "TurnServer %s\n", PACKAGE_VERSION); - fprintf(stdout, "Copyright (C) 2008-2010 Sebastien Vincent.\n"); + fprintf(stdout, "Copyright (C) 2008-2012 Sebastien Vincent.\n"); fprintf(stdout, "This is free software; see the source for copying " "conditions. There is NO\n"); fprintf(stdout, "warranty; not even for MERCHANTABILITY or FITNESS FOR " This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |