1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Added version and moved package file.

This commit is contained in:
Jonathan.Wage 2007-10-22 05:09:22 +00:00
parent 9ce5f1dd9a
commit 8588f221dd
3 changed files with 55 additions and 50 deletions

View file

@ -33,6 +33,11 @@
*/ */
final class Doctrine final class Doctrine
{ {
/**
* VERSION
*/
const VERSION = '0.1.0-DEV';
/** /**
* ERROR CONSTANTS * ERROR CONSTANTS
*/ */
@ -1078,4 +1083,4 @@ final class Doctrine
return true; return true;
} }
} }

File diff suppressed because one or more lines are too long

49
package.xml Normal file

File diff suppressed because one or more lines are too long