prepared the 1.8.0 release
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 8 May 2012 07:03:46 +0000 (09:03 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 8 May 2012 07:03:46 +0000 (09:03 +0200)
CHANGELOG
ext/twig/php_twig.h
lib/Twig/Environment.php

index c244d30..23413de 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.8.0 (2012-XX-XX)
+* 1.8.0 (2012-05-08)
 
  * enforced interface when adding tests, filters, functions, and node visitors from extensions
  * fixed a side-effect of the date filter where the timezone might be changed
index 78f1136..ec74835 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_TWIG_H
 #define PHP_TWIG_H
 
-#define PHP_TWIG_VERSION "1.8.0-DEV"
+#define PHP_TWIG_VERSION "1.8.0"
 
 #include "php.h"
 
index a290db8..81c8fe6 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.8.0-DEV';
+    const VERSION = '1.8.0';
 
     protected $charset;
     protected $loader;