Skip to content

Commit

Permalink
bumped version to 1.26.1-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 2, 2016
1 parent 81c2b5f commit f00e7b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
* 1.26.1 (2016-XX-XX)

* n/a

* 1.26.0 (2016-10-02)

* added template cache invalidation based on more environment options
Expand Down
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.26.0"
#define PHP_TWIG_VERSION "1.26.1-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.26.0';
const VERSION = '1.26.1-DEV';

protected $charset;
protected $loader;
Expand Down

0 comments on commit f00e7b8

Please sign in to comment.