Skip to content

Commit

Permalink
Released version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 2, 2014
1 parent 60893a1 commit c23d9c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
4 changes: 2 additions & 2 deletions dibi/libs/Dibi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Dibi 2.2-dev (revision $WCREV$ released on $WCDATE$)
Dibi 2.2.0 (released on 2014-06-02)

0 comments on commit c23d9c2

Please sign in to comment.