From 364cc9ca5e57febb36f1df23fa3eef8ad048fb49 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 23 Sep 2006 12:55:45 +0200 Subject: GeSHi upgrade to 1.0.7.14 darcs-hash:20060923105545-7ad00-52ca67905f51cb7d4782ff87276c01164b52daec.gz --- inc/geshi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/geshi.php') diff --git a/inc/geshi.php b/inc/geshi.php index 92d12352d..bbed187e0 100644 --- a/inc/geshi.php +++ b/inc/geshi.php @@ -29,7 +29,7 @@ * @author Nigel McNie * @copyright Copyright © 2004, 2005, Nigel McNie * @license http://gnu.org/copyleft/gpl.html GNU GPL - * @version $Id: geshi.php,v 1.40.2.7 2006/08/07 11:06:41 oracleshinoda Exp $ + * @version $Id: geshi.php,v 1.40.2.8 2006/08/22 10:42:32 oracleshinoda Exp $ * */ @@ -41,7 +41,7 @@ // /** The version of this GeSHi file */ -define('GESHI_VERSION', '1.0.7.13'); +define('GESHI_VERSION', '1.0.7.14'); /** Set the correct directory separator */ define('GESHI_DIR_SEPARATOR', ('WIN' != substr(PHP_OS, 0, 3)) ? '/' : '\\'); -- cgit v1.2.3