From 7c47f57e30d403cc2fa849654f3d470eb318fb97 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 19 Jan 2012 05:50:06 +0100 Subject: [PATCH] released 2.0 stable --- 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 cb6e72c7..d37f91e9 100644 --- a/dibi/dibi.php +++ b/dibi/dibi.php @@ -80,7 +80,7 @@ class dibi FIELD_TIME = dibi::TIME; /** version */ - const VERSION = '1.5-rc2', + const VERSION = '2.0', REVISION = '$WCREV$ released on $WCDATE$'; /** sorting order */ diff --git a/version.txt b/version.txt index 4f14e013..54ca8a61 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 1.5-rc2 (revision $WCREV$ released on $WCDATE$) +Dibi 2.0 (revision $WCREV$ released on $WCDATE$)