From c23d9c2866db0e8b0bf05705877c32e57caa32d5 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 2 Jun 2014 15:23:52 +0200 Subject: [PATCH] Released version 2.2.0 --- composer.json | 4 ++-- dibi/libs/Dibi.php | 4 ++-- version.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4b7c991d..409b8b28 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 99c1df35..8a94b175 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 600c9c01..1000c09c 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)