Skip to content

Commit f2d33d2

Browse files
committed
ver: Version Bump for 1.0.8.13
1 parent bd2eba5 commit f2d33d2

260 files changed

Lines changed: 269 additions & 269 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion

contrib/cssgen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* ----------
55
* Author: Nigel McNie (nigel@geshi.org)
66
* Copyright: (c) 2004 Nigel McNie
7-
* Release Version: 1.0.8.12
7+
* Release Version: 1.0.8.13
88
* Date Started: 2004/05/20
99
*
1010
* Application to generate custom CSS files for GeSHi (based on an idea by Andreas

src/docs/geshi-doc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
44
<head>
5-
<title>GeSHi Documentation 1.0.8.12</title>
5+
<title>GeSHi Documentation 1.0.8.13</title>
66

77
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
88
<meta name="keywords" content="GeSHi, syntax, highlighter, colorizer, beautifier, code, generic, php, sql, css, html, syntax, highlighting, documentation" />
@@ -390,7 +390,7 @@ <h1 id="top"><abbr title="Generic Syntax Highlighter">GeSHi</abbr> Documentation
390390

391391
<div class="header">
392392

393-
<p>Version 1.0.8.12</p>
393+
<p>Version 1.0.8.13</p>
394394

395395
<p><img src="http://qbnz.com/highlighter/images/geshi.png" alt="The GeSHi Logo" /></p>
396396

@@ -2639,7 +2639,7 @@ <h3 id="language-file-example">4.1 An Example Language File</h3><div class="nav"
26392639
</pre></td><td class="de1"><pre class="de1"><span class="kw2">&lt;?php</span>
26402640
<span class="xtra li2"><span class="de2"><span class="coMULTI">/*************************************************************************************</span></span></span><span class="coMULTI">&nbsp;* php.php</span>
26412641
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* --------</span></span></span><span class="coMULTI">&nbsp;* Author: Nigel McNie (nigel@geshi.org)</span>
2642-
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)</span></span></span><span class="coMULTI">&nbsp;* Release Version: 1.0.8.12</span>
2642+
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)</span></span></span><span class="coMULTI">&nbsp;* Release Version: 1.0.8.13</span>
26432643
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* Date Started: 2004/06/20</span></span></span><span class="coMULTI">&nbsp;*</span>
26442644
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* PHP language file for GeSHi.</span></span></span><span class="coMULTI">&nbsp;*</span>
26452645
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* CHANGES</span></span></span><span class="coMULTI">&nbsp;* -------</span>

src/geshi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//
4242

4343
/** The version of this GeSHi file */
44-
define('GESHI_VERSION', '1.0.8.12');
44+
define('GESHI_VERSION', '1.0.8.13');
4545

4646
// Define the root directory for the GeSHi code tree
4747
if (!defined('GESHI_ROOT')) {

src/geshi/4cs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* ------
55
* Author: Jason Curl (jason.curl@continental-corporation.com)
66
* Copyright: (c) 2009 Jason Curl
7-
* Release Version: 1.0.8.12
7+
* Release Version: 1.0.8.13
88
* Date Started: 2009/09/05
99
*
1010
* 4CS language file for GeSHi.

src/geshi/6502acme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* -------
55
* Author: Warren Willmey
66
* Copyright: (c) 2010 Warren Willmey.
7-
* Release Version: 1.0.8.12
7+
* Release Version: 1.0.8.13
88
* Date Started: 2010/05/26
99
*
1010
* MOS 6502 (more specifically 6510) ACME Cross Assembler 0.93 by Marco Baye language file for GeSHi.

src/geshi/6502kickass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* -------
55
* Author: Warren Willmey
66
* Copyright: (c) 2010 Warren Willmey.
7-
* Release Version: 1.0.8.12
7+
* Release Version: 1.0.8.13
88
* Date Started: 2010/06/07
99
*
1010
* MOS 6502 (6510) Kick Assembler 3.13 language file for GeSHi.

src/geshi/6502tasm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* -------
55
* Author: Warren Willmey
66
* Copyright: (c) 2010 Warren Willmey.
7-
* Release Version: 1.0.8.12
7+
* Release Version: 1.0.8.13
88
* Date Started: 2010/06/02
99
*
1010
* MOS 6502 (6510) TASM/64TASS (64TASS being the super set of TASM) language file for GeSHi.

src/geshi/68000devpac.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* -------
55
* Author: Warren Willmey
66
* Copyright: (c) 2010 Warren Willmey.
7-
* Release Version: 1.0.8.12
7+
* Release Version: 1.0.8.13
88
* Date Started: 2010/06/09
99
*
1010
* Motorola 68000 - HiSoft Devpac ST 2 Assembler language file for GeSHi.

src/geshi/abap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Sandra Rossi (sandra.rossi@gmail.com)
88
* - Jacob Laursen (jlu@kmd.dk)
99
* Copyright: (c) 2007 Andres Picazo
10-
* Release Version: 1.0.8.12
10+
* Release Version: 1.0.8.13
1111
* Date Started: 2004/06/04
1212
*
1313
* ABAP language file for GeSHi.

0 commit comments

Comments
 (0)