Commit d5067b0b authored by Steve Müller's avatar Steve Müller

Release 2.3.5

parent 87d5d92c
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"type": "library", "type": "library","version":"2.3.5",
"description": "Database Abstraction Layer", "description": "Database Abstraction Layer",
"keywords": ["dbal", "database", "persistence", "queryobject"], "keywords": ["dbal", "database", "persistence", "queryobject"],
"homepage": "http://www.doctrine-project.org", "homepage": "http://www.doctrine-project.org",
......
...@@ -22,7 +22,7 @@ namespace Doctrine\DBAL; ...@@ -22,7 +22,7 @@ namespace Doctrine\DBAL;
/** /**
* Class to store and retrieve the version of Doctrine * Class to store and retrieve the version of Doctrine
* *
* *
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.0 * @since 2.0
* @version $Revision$ * @version $Revision$
...@@ -36,7 +36,7 @@ class Version ...@@ -36,7 +36,7 @@ class Version
/** /**
* Current Doctrine Version * Current Doctrine Version
*/ */
const VERSION = '2.3.5-DEV'; const VERSION = '2.3.5';
/** /**
* Compares a Doctrine version with the current one. * Compares a Doctrine version with the current one.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment