Skip to content

Commit

Permalink
bumped version to 1.18.1-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 25, 2015
1 parent 4cf7464 commit 6b434f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
@@ -1,4 +1,8 @@
* 1.18.0 (2015-XX-XX)
* 1.18.2 (2015-XX-XX)

This comment has been minimized.

Copy link
@Koc

Koc Jan 28, 2015

Contributor

Why 1.18.2 here?

This comment has been minimized.

Copy link
@fabpot

fabpot Jan 30, 2015

Author Contributor

fixed


* n/a

* 1.18.0 (2015-01-25)

* fixed some error messages where the line was wrong (unknown variables or argument names)
* added a new way to customize the main Module node (via empty nodes)
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.18.0"
#define PHP_TWIG_VERSION "1.18.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.18.0';
const VERSION = '1.18.1-DEV';

protected $charset;
protected $loader;
Expand Down

0 comments on commit 6b434f4

Please sign in to comment.