Skip to content

Commit

Permalink
ver: Version Bump for 1.0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBE committed Oct 20, 2019
1 parent a24d911 commit fd22ab7
Show file tree
Hide file tree
Showing 262 changed files with 265 additions and 265 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GeSHi - Generic Syntax Highlighter
==================================
### Version 1.0.9.0
### Version 1.0.9.1

Author: [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.name/)
Email: <[email protected]>, <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->
<property file="build.properties" />

<property name="version" value="1.0.9.0" />
<property name="version" value="1.0.9.1" />
<property name="stability" value="stable" />
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
<property name="gzfile" value="${phing.project.name}-${version}.tar.gz" />
Expand All @@ -19,7 +19,7 @@
<property name="sffilepath" value="g/ge/geshi/" />

<property name="releasenotes" value="
Version 1.0.9.0
Version 1.0.9.1
" />


Expand Down
2 changes: 1 addition & 1 deletion contrib/cssgen.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ----------
* Author: Nigel McNie ([email protected])
* Copyright: (c) 2004 Nigel McNie
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/05/20
*
* Application to generate custom CSS files for GeSHi (based on an idea by Andreas
Expand Down
6 changes: 3 additions & 3 deletions docs/geshi-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>GeSHi Documentation 1.0.9.0</title>
<title>GeSHi Documentation 1.0.9.1</title>

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

<div class="header">

<p>Version 1.0.9.0</p>
<p>Version 1.0.9.1</p>

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

Expand Down Expand Up @@ -2638,7 +2638,7 @@ <h3 id="language-file-example">4.1 An Example Language File</h3><div class="nav"
</pre></td><td class="de1"><pre class="de1"><span class="kw2">&lt;?php</span>
<span class="xtra li2"><span class="de2"><span class="coMULTI">/*************************************************************************************</span></span></span><span class="coMULTI">&nbsp;* php.php</span>
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* --------</span></span></span><span class="coMULTI">&nbsp;* Author: Nigel McNie ([email protected])</span>
<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.9.0</span>
<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.9.1</span>
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* Date Started: 2004/06/20</span></span></span><span class="coMULTI">&nbsp;*</span>
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* PHP language file for GeSHi.</span></span></span><span class="coMULTI">&nbsp;*</span>
<span class="xtra li2"><span class="de2"><span class="coMULTI">&nbsp;* CHANGES</span></span></span><span class="coMULTI">&nbsp;* -------</span>
Expand Down
2 changes: 1 addition & 1 deletion src/geshi.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
//

/** The version of this GeSHi file */
define('GESHI_VERSION', '1.0.9.0');
define('GESHI_VERSION', '1.0.9.1');

// Define the root directory for the GeSHi code tree
if (!defined('GESHI_ROOT')) {
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/4cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ------
* Author: Jason Curl ([email protected])
* Copyright: (c) 2009 Jason Curl
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2009/09/05
*
* 4CS language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/6502acme.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -------
* Author: Warren Willmey
* Copyright: (c) 2010 Warren Willmey.
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2010/05/26
*
* MOS 6502 (more specifically 6510) ACME Cross Assembler 0.93 by Marco Baye language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/6502kickass.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -------
* Author: Warren Willmey
* Copyright: (c) 2010 Warren Willmey.
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2010/06/07
*
* MOS 6502 (6510) Kick Assembler 3.13 language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/6502tasm.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -------
* Author: Warren Willmey
* Copyright: (c) 2010 Warren Willmey.
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2010/06/02
*
* MOS 6502 (6510) TASM/64TASS (64TASS being the super set of TASM) language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/68000devpac.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -------
* Author: Warren Willmey
* Copyright: (c) 2010 Warren Willmey.
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2010/06/09
*
* Motorola 68000 - HiSoft Devpac ST 2 Assembler language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/abap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* - Sandra Rossi ([email protected])
* - Jacob Laursen ([email protected])
* Copyright: (c) 2007 Andres Picazo
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/06/04
*
* ABAP language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/actionscript.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ----------------
* Author: Steffen Krause ([email protected])
* Copyright: (c) 2004 Steffen Krause, Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/06/20
*
* Actionscript language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/actionscript3.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ----------------
* Author: Jordi Boggiano ([email protected])
* Copyright: (c) 2007 Jordi Boggiano (http://www.seld.be/), Benny Baumann (http://qbnz.com/highlighter)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2007/11/26
*
* ActionScript3 language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/ada.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -------
* Author: Tux ([email protected])
* Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/07/29
*
* Ada language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/aimms.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Guido Diepen ([email protected])
* Copyright: (c) 2011 Guido Diepen (http://www.aimms.com)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2011/05/05
*
* AIMMS language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/algol68.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Neville Dempsey ([email protected])
* Copyright: (c) 2010 Neville Dempsey (https://sourceforge.net/projects/algol68/files/)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2010/04/24
*
* ALGOL 68 language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/apache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ----------
* Author: Tux ([email protected])
* Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/29/07
*
* Apache language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/applescript.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Stephan Klimek (http://www.initware.org)
* Copyright: Stephan Klimek (http://www.initware.org)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2005/07/20
*
* AppleScript language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/apt_sources.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ----------
* Author: Milian Wolff ([email protected])
* Copyright: (c) 2008 Milian Wolff (http://milianw.de)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2008/06/17
*
* Apt sources.list language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/arm.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -------
* Author: Marat Dukhan (mdukhan3.at.gatech.dot.edu)
* Copyright: (c) Marat Dukhan (mdukhan3.at.gatech.dot.edu)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2011/10/06
*
* ARM Assembler language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/asm.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* 2009-2011 Benny Baumann (http://qbnz.com/highlighter),
* 2011 Dennis Yurichev ([email protected]),
* 2011 Marat Dukhan (mdukhan3.at.gatech.dot.edu)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/07/27
*
* x86 Assembler language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/asp.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Amit Gupta (http://blog.igeek.info/)
* Copyright: (c) 2004 Amit Gupta (http://blog.igeek.info/), Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/08/13
*
* ASP language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/asymptote.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -------------
* Author: Manuel Yguel ([email protected])
* Copyright: (c) 2012 Manuel Yguel (http://manuelyguel.eu)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2012/05/24
*
* asymptote language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/autoconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -----
* Author: Mihai Vasilian ([email protected])
* Copyright: (c) 2010 Mihai Vasilian
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2010/01/25
*
* autoconf language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/autohotkey.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Naveen Garg ([email protected])
* Copyright: (c) 2009 Naveen Garg and GeSHi
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2009/06/11
*
* Autohotkey language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/autoit.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: big_daddy, guinness & Tlem
* Copyright: (c) 2006-2015
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2006/01/26
*
* AutoIt: v3.3.14.2
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/avisynth.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Ryan Jones ([email protected])
* Copyright: (c) 2008 Ryan Jones
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2008/10/08
*
* AviSynth language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/awk.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -------
* Author: George Pollard ([email protected])
* Copyright: (c) 2009 George Pollard
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2009/01/28
*
* Awk language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/bascomavr.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ---------------------------------
* Author: aquaticus.info
* Copyright: (c) 2008 aquaticus.info
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2008/01/09
*
* BASCOM AVR language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/bash.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Andreas Gohr ([email protected])
* Copyright: (c) 2004 Andreas Gohr, Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/08/20
*
* BASH language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/basic4gl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ---------------------------------
* Author: Matthew Webb ([email protected])
* Copyright: (c) 2004 Matthew Webb (http://matthew-4gl.wikispaces.com)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2007/09/15
*
* Basic4GL language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ------------
* Author: FraidZZ ( fraidzz [@] bk.ru )
* Copyright: (c) 2015 FraidZZ ( http://vk.com/fraidzz , http://www.cyberforum.ru/members/340557.html )
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2015/03/28
*
* Windows batch file language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/bf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ----------
* Author: Benny Baumann ([email protected])
* Copyright: (c) 2008 Benny Baumann (http://qbnz.com/highlighter/)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2009/10/31
*
* Brainfuck language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/biblatex.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: Maïeul Rouquette from
* Quinn Taylor ([email protected])
* Copyright: (c) 2009 Quinn Taylor ([email protected]), Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2009/04/29
*
* BibLaTeX language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/bibtex.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* -----
* Author: Quinn Taylor ([email protected])
* Copyright: (c) 2009 Quinn Taylor ([email protected]), Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2009/04/29
*
* BibTeX language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/blitzbasic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------------
* Author: P�draig O`Connel ([email protected])
* Copyright: (c) 2005 P�draig O`Connel (http://moonsword.info)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 16.10.2005
*
* BlitzBasic language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/bnf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Rowan Rodrik van der Molen ([email protected])
* Copyright: (c) 2006 Rowan Rodrik van der Molen (http://www.bigsmoke.us/)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2006/09/28
*
* BNF (Backus-Naur form) language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/boo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* --------
* Author: Marcus Griep ([email protected])
* Copyright: (c) 2007 Marcus Griep (http://www.xpdm.us)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2007/09/10
*
* Boo language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/c.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* - Jack Lloyd ([email protected])
* - Michael Mol ([email protected])
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/06/04
*
* C language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/c_loadrunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ---------------------------------
* Author: Stuart Moncrieff (stuart at myloadtest dot com)
* Copyright: (c) 2010 Stuart Moncrieff (http://www.myloadtest.com/loadrunner-syntax-highlighter/)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2010-07-25
*
* C (for LoadRunner) language file for GeSHi.
Expand Down
2 changes: 1 addition & 1 deletion src/geshi/c_mac.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ---------
* Author: M. Uli Kusterer ([email protected])
* Copyright: (c) 2004 M. Uli Kusterer, Nigel McNie (http://qbnz.com/highlighter/)
* Release Version: 1.0.9.0
* Release Version: 1.0.9.1
* Date Started: 2004/06/04
*
* C for Macs language file for GeSHi.
Expand Down
Loading

0 comments on commit fd22ab7

Please sign in to comment.