From 2c3fe68c6cf42e051b591d8897aedc3fad97024f Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 16 Oct 2013 21:39:29 +0200 Subject: [PATCH] Released version 2.1.1 --- dibi/dibi.php | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dibi/dibi.php b/dibi/dibi.php index cec168dc..f8f2e629 100644 --- a/dibi/dibi.php +++ b/dibi/dibi.php @@ -76,7 +76,7 @@ class dibi FIELD_TIME = dibi::TIME; /** version */ - const VERSION = '2.1.0', + const VERSION = '2.1.1', REVISION = '$WCREV$ released on $WCDATE$'; /** sorting order */ diff --git a/version.txt b/version.txt index 01114b00..c29b1bed 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.1.0 (revision $WCREV$ released on $WCDATE$) +Dibi 2.1.1 (revision $WCREV$ released on $WCDATE$)