Skip to content

Commit 21a322e

Browse files
committed
Bump version to 1.5.1
1 parent 06c0311 commit 21a322e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
CHANGELOG
22
=========
33

4-
10/04/13: Versions 1.5.0
5-
------------------------
4+
xx/xx/xx: Version 1.5.1
5+
-----------------------
6+
7+
* Drop support for PHP 5.2
8+
* Add support for PHP 5.5
9+
10+
10/04/13: Version 1.5.0
11+
-----------------------
612

713
* inject the routing into the service container
814
* decoupled routing cache key generation to make it customizable

lib/autoload/sfCoreAutoload.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* The current symfony version.
1313
*/
14-
define('SYMFONY_VERSION', '1.5.0');
14+
define('SYMFONY_VERSION', '1.5.1-DEV');
1515

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)