bumped version to 1.4.0-DEV

This commit is contained in:
Fabien Potencier
2011-10-08 14:05:18 +02:00
parent 4b929992df
commit 4c2ecdb61d
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
* 1.4.0
* 1.3.0 (2011-10-08)
no changes
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Twig, the flexible, fast, and secure template language for PHP",
"keywords": ["templating"],
"homepage": "http://twig.sensiolabs.org",
"version": "1.3.0",
"version": "1.4.0",
"license": "BSD",
"authors": [
{
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.3.0';
const VERSION = '1.4.0-DEV';
protected $charset;
protected $loader;