Skip to content

Commit

Permalink
prepared the 1.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 13, 2014
1 parent 395b74c commit 1fb5784
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
* 1.15.1 (2013-XX-XX)
* 1.15.1 (2013-02-13)

* fixed the conversion of the special '0000-00-00 00:00' date
* added an error message when trying to import an undefined block from a trait
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.15.1-DEV"
#define PHP_TWIG_VERSION "1.15.1"

#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.15.1-DEV';
const VERSION = '1.15.1';

protected $charset;
protected $loader;
Expand Down

0 comments on commit 1fb5784

Please sign in to comment.