| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* this contains the current version |
* this contains the current version |
| 5 |
* define and some util functions |
* define and some util functions |
| 6 |
* related to the lib version. |
* related to the lib version. |
| 7 |
* |
* |
| 8 |
* $Id$ |
* $Id$ |
| 9 |
* |
* |
| 10 |
* @author Walter A. Boring IV <waboring@buildabetterweb.com> |
* @author Walter A. Boring IV <waboring@buildabetterweb.com> |
| 11 |
* @package phpHtmlLib |
* @package phpHtmlLib |
| 12 |
* |
* |
| 13 |
*/ |
*/ |
| 14 |
|
|
| 15 |
|
|
| 16 |
/** |
/** |
| 17 |
* This is the version of the libs |
* This is the version of the libs |
| 18 |
* @var string - the version string. |
* @var string - the version string. |
| 19 |
*/ |
*/ |
| 20 |
define("PHPHTMLLIB_VERSION", "2.1.3"); |
define("PHPHTMLLIB_VERSION", "2.4.1"); |
| 21 |
|
|
| 22 |
|
|
| 23 |
/** |
/** |