diff --git a/composer.json b/composer.json index 4b7c991dc..409b8b287 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "dibi/dibi", - "description": "Dibi is Database Abstraction Library for PHP 5.", + "description": "Dibi is Database Abstraction Library for PHP", "keywords": ["database", "dbal", "mysql", "postgresql", "sqlite", "mssql", "oracle", "access", "pdo", "odbc"], - "homepage": "http://dibiphp.com/", + "homepage": "http://dibiphp.com", "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ { diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 99c1df35d..8a94b1759 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -39,8 +39,8 @@ class dibi FIELD_TIME = dibi::TIME; /** version */ - const VERSION = '2.2-dev', - REVISION = '$WCREV$ released on $WCDATE$'; + const VERSION = '2.2.0', + REVISION = 'released on 2014-06-02'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt index 600c9c01a..1000c09cf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.2-dev (revision $WCREV$ released on $WCDATE$) +Dibi 2.2.0 (released on 2014-06-02)