diff --git a/lib/Doctrine.php b/lib/Doctrine.php
index cac854eac..48f6148b7 100644
--- a/lib/Doctrine.php
+++ b/lib/Doctrine.php
@@ -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;
}
-}
\ No newline at end of file
+}
diff --git a/lib/package.xml b/lib/package.xml
deleted file mode 100644
index 5ad82d308..000000000
--- a/lib/package.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
- Doctrine
- pear.php.net
- PHP5 Database ORM
- Doctrine is a feature-rich, fully optimizable ORM framework for PHP, combining an easy ActiveRecord setup and ultra-high performance.
-
- Konsta Vesterinen
- zYne-
- kvesteri@cc.hut.fi
- yes
-
- 2007-08-31
-
- 1.0.0RC1
- 1.0.0RC1
-
-
- beta
- beta
-
- MIT license
- -
-
-
-
-
-
- 5.2.3
-
-
- 1.4.1
-
-
- Doctrine
- pear.php.net
- 1.0.0
- 1.0.0
- 1.0.0
-
-
-
-
-
-
-
-
-
-
diff --git a/package.xml b/package.xml
new file mode 100644
index 000000000..bec88247d
--- /dev/null
+++ b/package.xml
@@ -0,0 +1,49 @@
+
+
+ Doctrine
+ pear.php.net
+ PHP5 Database ORM
+ Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of a powerful DBAL (database abstraction layer). One of its key features is the ability to optionally write database queries in an OO (object oriented) SQL-dialect called DQL inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication.
+
+ Konsta Vesterinen
+ zYne-
+ kvesteri@cc.hut.fi
+ yes
+
+ 2007-10-22
+
+ 1.0.0RC1
+ 1.0.0RC1
+
+
+ beta
+ beta
+
+ MIT license
+ -
+
+
+
+
+
+ 5.2.3
+
+
+ 1.4.1
+
+
+ Doctrine
+ pear.php.net
+ 1.0.0
+ 1.0.0
+ 1.0.0
+
+
+
+
+
+
+
+
+
+