Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdb769 commit 93103f4Copy full SHA for 93103f4
1 file changed
lib/Doctrine/ORM/Version.php
@@ -22,7 +22,7 @@
22
/**
23
* Class to store and retrieve the version of Doctrine
24
*
25
- *
+ *
26
* @link www.doctrine-project.org
27
* @since 2.0
28
* @version $Revision$
@@ -36,7 +36,7 @@ class Version
36
37
* Current Doctrine Version
38
*/
39
- const VERSION = '2.5.13-DEV';
+ const VERSION = '2.5.13';
40
41
42
* Compares a Doctrine version with the current one.
0 commit comments