Skip to content

Commit

Permalink
prepared the 1.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 5, 2014
1 parent eed777f commit 8ce3711
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.16.0 (2014-XX-XX)
* 1.16.0 (2014-07-05)

* changed url_encode to always encode according to RFC 3986
* fixed inheritance in a 'use'-hierarchy
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.16.0-DEV"
#define PHP_TWIG_VERSION "1.16.0"

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

protected $charset;
protected $loader;
Expand Down

0 comments on commit 8ce3711

Please sign in to comment.