Add support to domframeworkversion support
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1629 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
10
domframeworkversion.php
Normal file
10
domframeworkversion.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
/** DomFramework
|
||||||
|
@package domframework
|
||||||
|
@author Dominique Fournier <dominique@fournier38.fr> */
|
||||||
|
|
||||||
|
/** This class return the actual version of domframework */
|
||||||
|
class domframeworkversion
|
||||||
|
{
|
||||||
|
const version = "0.6";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user