diff options
Diffstat (limited to 'inc/geshi/lisp.php')
-rw-r--r-- | inc/geshi/lisp.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/lisp.php b/inc/geshi/lisp.php index ae929d546..c5cbbaaee 100644 --- a/inc/geshi/lisp.php +++ b/inc/geshi/lisp.php @@ -4,10 +4,10 @@ * -------- * Author: Roberto Rossi (rsoftware@altervista.org) * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter - * Release Version: 1.0.7.16 - * CVS Revision Version: $Revision: 1.14.2.6 $ + * Release Version: 1.0.7.17 + * CVS Revision Version: $Revision: 870 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2006/10/24 11:07:08 $ + * Last Modified: $Date: 2006-12-10 22:48:21 +1300 (Sun, 10 Dec 2006) $ * * Generic Lisp language file for GeSHi. * @@ -132,4 +132,4 @@ $language_data = array ( ) ); -?>
\ No newline at end of file +?> |