diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-01-24 21:25:20 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-01-24 21:25:20 +0100 |
commit | 2e5c161d5e38cd318c8b7846ae0b5bbf0b877e4a (patch) | |
tree | 429aa616b3f131b1ee676f5f8b41c67abaac23d2 /inc/geshi/lisp.php | |
parent | e205b721f29d42e512c7f49310b9c921ad83aef8 (diff) | |
download | rpg-2e5c161d5e38cd318c8b7846ae0b5bbf0b877e4a.tar.gz rpg-2e5c161d5e38cd318c8b7846ae0b5bbf0b877e4a.tar.bz2 |
GeSHi update to 1.0.7.17
darcs-hash:20070124202520-7ad00-15af7e505ceb8265e124361229649ad4aa8d328f.gz
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 +?> |