From: <s-v...@us...> - 2013-06-14 16:22:09
|
Revision: 236 http://sourceforge.net/p/turnserver/code/236 Author: s-vincent Date: 2013-06-14 16:22:06 +0000 (Fri, 14 Jun 2013) Log Message: ----------- Prepare 0.7.3 release. Modified Paths: -------------- trunk/ChangeLog trunk/configure.in Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2013-05-29 16:39:45 UTC (rev 235) +++ trunk/ChangeLog 2013-06-14 16:22:06 UTC (rev 236) @@ -1,10 +1,10 @@ -2012-xx-xx Sebastien Vincent <seb...@tu...> +2013-06-14 Sebastien Vincent <seb...@tu...> - * Version 0.8 - + * Version 0.7.3 - Minor fix to be able to compile with recent glibc. -2012-11-19 Daniel Pocock <da...@po...> +2012-11-19 Daniel Pocock <da...@po...> - * Version 0.7.2 - Further tweaks to autotools + * Version 0.7.2 - Further tweaks to autotools 2012-10-17 Sebastien Vincent <seb...@tu...> Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2013-05-29 16:39:45 UTC (rev 235) +++ trunk/configure.in 2013-06-14 16:22:06 UTC (rev 236) @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([turnserver],[0.8],[http://www.turnserver.org/]) +AC_INIT([turnserver],[0.7.3],[http://www.turnserver.org/]) AC_CONFIG_SRCDIR([src/turn.h]) AC_CONFIG_HEADER([config.h]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |