HELLO v3!!!
This commit is contained in:
35
spec/fixtures/dynamic_finders/plugin_version/phphtmllib/version_file/version.inc
vendored
Normal file
35
spec/fixtures/dynamic_finders/plugin_version/phphtmllib/version_file/version.inc
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* this contains the current version
|
||||
* define and some util functions
|
||||
* related to the lib version.
|
||||
*
|
||||
* $Id: version.inc 3578 2015-05-19 01:12:19Z mpwalsh8 $
|
||||
*
|
||||
* @author Walter A. Boring IV <waboring@newsblob.com>
|
||||
* @author Mike Walsh <mike@walshcrew.com>
|
||||
* @package phpHtmlLib
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* This is the version of the libs
|
||||
* @var string - the version string.
|
||||
*/
|
||||
define("PHPHTMLLIB_VERSION", '2.6.8.3578');
|
||||
|
||||
|
||||
/**
|
||||
* get the current version of
|
||||
* the phphtmllib libraries.
|
||||
*
|
||||
* @return string - the current version string
|
||||
*/
|
||||
function phphtmllib_get_version() {
|
||||
return PHPHTMLLIB_VERSION;
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user