Added version and moved package file.
This commit is contained in:
parent
9ce5f1dd9a
commit
8588f221dd
3 changed files with 55 additions and 50 deletions
|
@ -33,6 +33,11 @@
|
|||
*/
|
||||
final class Doctrine
|
||||
{
|
||||
/**
|
||||
* VERSION
|
||||
*/
|
||||
const VERSION = '0.1.0-DEV';
|
||||
|
||||
/**
|
||||
* ERROR CONSTANTS
|
||||
*/
|
||||
|
@ -1078,4 +1083,4 @@ final class Doctrine
|
|||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
49
package.xml
Normal file
49
package.xml
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue