/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/version.inc
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/version.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sat Feb 22 20:55:24 2003 UTC (21 years, 4 months ago) by jonen
Branch: MAIN
Changes since 1.1: +2 -2 lines
+ updated whole lib to version 2.2.1 (new FormProcessing since 2.2.0!)

1 <?php
2
3 /**
4 * this contains the current version
5 * define and some util functions
6 * related to the lib version.
7 *
8 * $Id: version.inc,v 1.14 2003/02/21 23:13:10 hemna Exp $
9 *
10 * @author Walter A. Boring IV <waboring@buildabetterweb.com>
11 * @package phpHtmlLib
12 *
13 */
14
15
16 /**
17 * This is the version of the libs
18 * @var string - the version string.
19 */
20 define("PHPHTMLLIB_VERSION", "2.2.1");
21
22
23 /**
24 * get the current version of
25 * the phphtmllib libraries.
26 *
27 * @return string - the current version string
28 */
29 function phphtmllib_get_version() {
30 return PHPHTMLLIB_VERSION;
31 }
32
33
34 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed