Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 19, 2016
1 parent ccb7981 commit 4735c4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.24-dev"
"dev-master": "1.25-dev"
}
}
}
2 changes: 1 addition & 1 deletion ext/twig/php_twig.h
Expand Up @@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H

#define PHP_TWIG_VERSION "1.24.3-DEV"
#define PHP_TWIG_VERSION "1.25.0-DEV"

#include "php.h"

Expand Down
2 changes: 1 addition & 1 deletion lib/Twig/Environment.php
Expand Up @@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.24.3-DEV';
const VERSION = '1.25.0-DEV';

protected $charset;
protected $loader;
Expand Down

0 comments on commit 4735c4f

Please sign in to comment.