From cd7362efa6cd13e10347c3f80f65acfaf5a4ef4d Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 13 Jan 2015 05:55:54 +0100 Subject: [PATCH] Released version 2.1.3 This release marks the end of life of 2.1 series. --- dibi/dibi.php | 4 ++-- examples/data/style.css | 2 +- version.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dibi/dibi.php b/dibi/dibi.php index 1cde7f0b..7d21649e 100644 --- a/dibi/dibi.php +++ b/dibi/dibi.php @@ -71,8 +71,8 @@ class dibi FIELD_TIME = dibi::TIME; /** version */ - const VERSION = '2.1.2', - REVISION = '$WCREV$ released on $WCDATE$'; + const VERSION = '2.1.3', + REVISION = 'released on 2015-01-13'; /** sorting order */ const ASC = 'ASC', diff --git a/examples/data/style.css b/examples/data/style.css index f19c9384..100a0cc9 100644 --- a/examples/data/style.css +++ b/examples/data/style.css @@ -2,7 +2,7 @@ body { font: 15px/1.5 Tahoma, Verdana, Myriad Web, Syntax, sans-serif; color: #333; background: #fff url('dibi-powered.gif') no-repeat 99% 1em; - margin: 1.6em; + margin: 1.6em; padding: 0; } diff --git a/version.txt b/version.txt index bd5c761f..9a25d6b0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.1.2 (revision $WCREV$ released on $WCDATE$) +Dibi 2.1.3 (released on 2015-01-13)