From 5220455ae516604b345c72e5526d19c737e54636 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Thu, 14 May 2009 13:18:50 +0000 Subject: [PATCH] update NEWS file and dev version numbers --- NEWS | 3 +++ libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5c30e7bd..2baa8b83 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ +Version 2.6.23 (May 13th, 2009) +------------------------------- - strip backticks from {math} equations (mohrt) +- make PHP super globals read-only from template (mohrt) - throw error when template exists but not readable (mohrt) Version 2.6.22 (Dec 17th, 2008) diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 66834f07..a4812eac 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -22,7 +22,7 @@ * smarty-discussion-subscribe@googlegroups.com * * @link http://www.smarty.net/ - * @version 2.6.23-dev + * @version 2.6.24-dev * @copyright Copyright: 2001-2005 New Digital Group, Inc. * @author Andrei Zmievski * @access public diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index d9cdeae4..7e8844df 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -27,7 +27,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @package Smarty - * @version 2.6.23-dev + * @version 2.6.24-dev */ /* $Id$ */ @@ -465,7 +465,7 @@ class Smarty * * @var string */ - var $_version = '2.6.23-dev'; + var $_version = '2.6.24-dev'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 3be28732..46e84c25 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -21,7 +21,7 @@ * @link http://smarty.php.net/ * @author Monte Ohrt * @author Andrei Zmievski - * @version 2.6.23-dev + * @version 2.6.24-dev * @copyright 2001-2005 New Digital Group, Inc. * @package Smarty */