Skip to content

Commit 0c9ba11

Browse files
Fix: update the SYMFONY_VERSION constant to the latest release number (#355)
1 parent 52a9eeb commit 0c9ba11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/autoload/sfCoreAutoload.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
// The current symfony version.
12-
define('SYMFONY_VERSION', '1.5.16-dev');
12+
define('SYMFONY_VERSION', '1.5.20-dev');
1313

1414
/**
1515
* sfCoreAutoload class.

0 commit comments

Comments
 (0)