summaryrefslogtreecommitdiff
path: root/inc/geshi.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-06-21 20:12:56 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-06-21 20:12:56 +0200
commite077833f31b6419fe3252de4b9ec880a49a62c52 (patch)
treea06cc4d964b094930db61a4e6c24b3affb5e4b37 /inc/geshi.php
parent881debf19ed6e0e4e728c85a1e73b91e333dfd6e (diff)
downloadrpg-e077833f31b6419fe3252de4b9ec880a49a62c52.tar.gz
rpg-e077833f31b6419fe3252de4b9ec880a49a62c52.tar.bz2
GeSHi update to 1.0.7.11
darcs-hash:20060621181256-7ad00-36aacf46a148ec8d834bf0e294b9a107bfe1485d.gz
Diffstat (limited to 'inc/geshi.php')
-rw-r--r--inc/geshi.php4
1 files changed, 2 insertions, 2 deletions
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 <nigel@geshi.org>
* @copyright Copyright &copy; 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)) ? '/' : '\\');