diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-09-23 12:55:45 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-09-23 12:55:45 +0200 |
commit | 364cc9ca5e57febb36f1df23fa3eef8ad048fb49 (patch) | |
tree | fe6eac6ff9ec01d644eb0f5d81f4be480d09a7d6 /inc/geshi/tsql.php | |
parent | 8e6cfd4d8687ecdcf3c20b31a34a0f85b1b6d6fb (diff) | |
download | rpg-364cc9ca5e57febb36f1df23fa3eef8ad048fb49.tar.gz rpg-364cc9ca5e57febb36f1df23fa3eef8ad048fb49.tar.bz2 |
GeSHi upgrade to 1.0.7.14
darcs-hash:20060923105545-7ad00-52ca67905f51cb7d4782ff87276c01164b52daec.gz
Diffstat (limited to 'inc/geshi/tsql.php')
-rw-r--r-- | inc/geshi/tsql.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/inc/geshi/tsql.php b/inc/geshi/tsql.php index d518cb35e..3c1fbe4eb 100644 --- a/inc/geshi/tsql.php +++ b/inc/geshi/tsql.php @@ -4,10 +4,10 @@ * -------- * Author: Duncan Lock (dunc@dflock.co.uk) * Copyright: (c) 2006 Duncan Lock (http://dflock.co.uk/), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.13 - * CVS Revision Version: $Revision: 1.8.2.3 $ + * Release Version: 1.0.7.14 + * CVS Revision Version: $Revision: 1.8.2.5 $ * Date Started: 2005/11/22 - * Last Modified: $Date: 2006/07/22 11:30:25 $ + * Last Modified: $Date: 2006/08/29 09:46:34 $ * * T-SQL language file for GeSHi. * @@ -382,4 +382,3 @@ $language_data = array ( ); ?> - |