From e077833f31b6419fe3252de4b9ec880a49a62c52 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 21 Jun 2006 20:12:56 +0200 Subject: GeSHi update to 1.0.7.11 darcs-hash:20060621181256-7ad00-36aacf46a148ec8d834bf0e294b9a107bfe1485d.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 f822f7777..ee7b94269 100644 --- a/inc/geshi.php +++ b/inc/geshi.php @@ -28,7 +28,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 2006/05/21 00:01:20 oracleshinoda Exp $ + * @version $Id: geshi.php,v 1.40.2.1 2006/06/21 10:35:33 oracleshinoda Exp $ * */ @@ -40,7 +40,7 @@ // /** The version of this GeSHi file */ -define('GESHI_VERSION', '1.0.7.10'); +define('GESHI_VERSION', '1.0.7.11'); /** Set the correct directory separator */ define('GESHI_DIR_SEPARATOR', ('WIN' != substr(PHP_OS, 0, 3)) ? '/' : '\\'); -- cgit v1.2.3