From 6d1f85463bb091da88c9c7a5dc135d17e1f6a0a0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 26 May 2009 22:13:38 -0700 Subject: Update Kohana to r4357 --- kohana/core/Benchmark.php | 2 +- kohana/core/Bootstrap.php | 2 +- kohana/core/Event.php | 2 +- kohana/core/Kohana.php | 2 +- kohana/core/utf8.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kohana/core') diff --git a/kohana/core/Benchmark.php b/kohana/core/Benchmark.php index 3bb6d04f..ce230f11 100644 --- a/kohana/core/Benchmark.php +++ b/kohana/core/Benchmark.php @@ -2,7 +2,7 @@ /** * Simple benchmarking. * - * $Id$ + * $Id: Benchmark.php 4149 2009-04-01 13:32:50Z Shadowhand $ * * @package Core * @author Kohana Team diff --git a/kohana/core/Bootstrap.php b/kohana/core/Bootstrap.php index ad7564c8..edfb086d 100644 --- a/kohana/core/Bootstrap.php +++ b/kohana/core/Bootstrap.php @@ -2,7 +2,7 @@ /** * Kohana process control file, loaded by the front controller. * - * $Id$ + * $Id: Bootstrap.php 4135 2009-03-28 17:51:04Z zombor $ * * @package Core * @author Kohana Team diff --git a/kohana/core/Event.php b/kohana/core/Event.php index 456dca09..22a9f69d 100644 --- a/kohana/core/Event.php +++ b/kohana/core/Event.php @@ -4,7 +4,7 @@ * to be added to 'events'. Events can be run multiple times, and can also * process event-specific data. By default, Kohana has several system events. * - * $Id$ + * $Id: Event.php 3993 2009-02-17 18:42:50Z jheathco $ * * @package Core * @author Kohana Team diff --git a/kohana/core/Kohana.php b/kohana/core/Kohana.php index 53baa87c..ac64b5b8 100644 --- a/kohana/core/Kohana.php +++ b/kohana/core/Kohana.php @@ -2,7 +2,7 @@ /** * Provides Kohana-specific helper functions. This is where the magic happens! * - * $Id$ + * $Id: Kohana.php 4352 2009-05-14 20:26:53Z zombor $ * * @package Core * @author Kohana Team diff --git a/kohana/core/utf8.php b/kohana/core/utf8.php index 56e4a03b..9f20f421 100644 --- a/kohana/core/utf8.php +++ b/kohana/core/utf8.php @@ -18,7 +18,7 @@ * string functions. * @see http://php.net/mbstring * - * $Id$ + * $Id: utf8.php 3769 2008-12-15 00:48:56Z zombor $ * * @package Core * @author Kohana Team -- cgit v1.2.3