From: <var...@us...> - 2010-09-10 12:13:57
|
Revision: 7684 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7684&view=rev Author: vargenau Date: 2010-09-10 12:13:48 +0000 (Fri, 10 Sep 2010) Log Message: ----------- Set PHPWIKI_VERSION to 1.4.0RC1 Modified Paths: -------------- trunk/lib/prepend.php trunk/pgsrc/RecentVisitors trunk/pgsrc/ReleaseNotes Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2010-09-10 12:07:14 UTC (rev 7683) +++ trunk/lib/prepend.php 2010-09-10 12:13:48 UTC (rev 7684) @@ -6,7 +6,7 @@ // rcs_id('$Id$'); // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.4.0RC-20100607'); +define('PHPWIKI_VERSION', '1.4.0RC1'); /** * Returns true if current php version is at mimimum a.b.c Modified: trunk/pgsrc/RecentVisitors =================================================================== --- trunk/pgsrc/RecentVisitors 2010-09-10 12:07:14 UTC (rev 7683) +++ trunk/pgsrc/RecentVisitors 2010-09-10 12:13:48 UTC (rev 7684) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 10 Sep 2010 14:12:16 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -11,7 +11,7 @@ Sign and date your name below! Arno Hollosi, Aredridel Stauck, Jeff Dairiki, Steve Wainstead, Carsten Klapp, -Reini Urban, the [PhpWiki authors|PhpWiki:ThePhpWikiProgrammingTeam]. +Reini Urban, Marc-Etienne Vargenau, the [[PhpWiki:ThePhpWikiProgrammingTeam|PhpWiki authors]]. ---- [[PhpWikiDocumentation]] Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2010-09-10 12:07:14 UTC (rev 7683) +++ trunk/pgsrc/ReleaseNotes 2010-09-10 12:13:48 UTC (rev 7684) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 10 Sep 2010 14:12:16 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ <<CreateToc with_toclink||=1 headers||=1,2,3>> -== 1.4.0 ?? 2010 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec == +== 1.4.0RC1 2010-09-10 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec == An important modification in this release is the implementation of full Wikicreole 1.0 syntax, including additions. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |