[Phphtmllib-devel] SF.net SVN: phphtmllib:[3246] branches/BRANCH_2_X/phphtmllib
Status: Beta
Brought to you by:
hemna
|
From: <mpw...@us...> - 2009-04-02 14:23:46
|
Revision: 3246
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3246&view=rev
Author: mpwalsh8
Date: 2009-04-02 14:23:44 +0000 (Thu, 02 Apr 2009)
Log Message:
-----------
Fixed typo in version number.
Modified Paths:
--------------
branches/BRANCH_2_X/phphtmllib/phphtmllib.php
branches/BRANCH_2_X/phphtmllib/version.inc
Modified: branches/BRANCH_2_X/phphtmllib/phphtmllib.php
===================================================================
--- branches/BRANCH_2_X/phphtmllib/phphtmllib.php 2009-04-02 14:02:00 UTC (rev 3245)
+++ branches/BRANCH_2_X/phphtmllib/phphtmllib.php 2009-04-02 14:23:44 UTC (rev 3246)
@@ -6,7 +6,7 @@
* Description: WordPress plugin to bind the phpHtmlLib library to WordPress. The phpHtmlLib library contains a set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex html Widgets. These classes, library functions and widgets can be used to build other WordPress plugins.
*
*
- * Version: 2.6.$WCREV$
+ * Version: 2.6.1.$WCREV$
* Last Modified: $WCDATE$
* Author: Mike Walsh
* Author URI: http://www.michaelwalsh.org/
Modified: branches/BRANCH_2_X/phphtmllib/version.inc
===================================================================
--- branches/BRANCH_2_X/phphtmllib/version.inc 2009-04-02 14:02:00 UTC (rev 3245)
+++ branches/BRANCH_2_X/phphtmllib/version.inc 2009-04-02 14:23:44 UTC (rev 3246)
@@ -17,7 +17,7 @@
* This is the version of the libs
* @var string - the version string.
*/
-define("PHPHTMLLIB_VERSION", "2.6.$WCREV$-dev");
+define("PHPHTMLLIB_VERSION", "2.6.1.$WCREV$-dev");
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|