Skip to content

Commit f44ee81

Browse files
committedJul 9, 2020
increase version number
1 parent 8d97115 commit f44ee81

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed
 

‎lib/jblond/Diff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @author Ferry Cools <info@DigiLive.nl>
2828
* @copyright (c) 2009 Chris Boulton
2929
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
30-
* @version 1.18
30+
* @version 2.0.0
3131
* @link https://github.com/JBlond/php-diff
3232
*/
3333
class Diff

‎lib/jblond/Diff/Renderer/Html/HtmlArray.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <info@DigiLive.nl>
1818
* @copyright (c) 2009 Chris Boulton
1919
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20-
* @version 1.18
20+
* @version 2.0.0
2121
* @link https://github.com/JBlond/php-diff
2222
*/
2323
class HtmlArray extends RendererAbstract

‎lib/jblond/Diff/Renderer/Html/Inline.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Ferry Cools <info@DigiLive.nl>
1616
* @copyright (c) 2009 Chris Boulton
1717
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18-
* @version 1.18
18+
* @version 2.0.0
1919
* @link https://github.com/JBlond/php-diff
2020
*/
2121
class Inline extends HtmlArray

‎lib/jblond/Diff/Renderer/Html/SideBySide.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Ferry Cools <info@DigiLive.nl>
1616
* @copyright (c) 2009 Chris Boulton
1717
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18-
* @version 1.18
18+
* @version 2.0.0
1919
* @link https://github.com/JBlond/php-diff
2020
*/
2121
class SideBySide extends HtmlArray

‎lib/jblond/Diff/Renderer/Html/Unified.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Ferry Cools <info@DigiLive.nl>
1515
* @copyright (c) 2009 Chris Boulton
1616
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
17-
* @version 1.18
17+
* @version 2.0.0
1818
* @link https://github.com/JBlond/php-diff
1919
*/
2020
class Unified extends HtmlArray

‎lib/jblond/Diff/Renderer/RendererAbstract.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <info@DigiLive.nl>
1818
* @copyright (c) 2009 Chris Boulton
1919
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20-
* @version 1.18
20+
* @version 2.0.0
2121
* @link https://github.com/JBlond/php-diff
2222
*/
2323
abstract class RendererAbstract

‎lib/jblond/Diff/Renderer/Text/Context.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <info@DigiLive.nl>
1818
* @copyright (c) 2009 Chris Boulton
1919
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20-
* @version 1.18
20+
* @version 2.0.0
2121
* @link https://github.com/JBlond/php-diff
2222
*/
2323
class Context extends RendererAbstract

‎lib/jblond/Diff/Renderer/Text/Unified.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Mario Brandt <leet31337@web.de>
1717
* @copyright (c) 2009 Chris Boulton
1818
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19-
* @version 1.18
19+
* @version 2.0.0
2020
* @link https://github.com/JBlond/php-diff
2121
*/
2222

‎lib/jblond/Diff/Renderer/Text/UnifiedCli.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @package jblond\Diff\Renderer\Text
1414
* @author Mario Brandt <leet31337@web.de>
1515
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
16-
* @version 1.18
16+
* @version 2.0.0
1717
* @link https://github.com/JBlond/php-diff
1818
*/
1919

‎lib/jblond/Diff/SequenceMatcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <info@DigiLive.nl>
1818
* @copyright (c) 2009 Chris Boulton
1919
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20-
* @version 1.18
20+
* @version 2.0.0
2121
* @link https://github.com/JBlond/php-diff
2222
*/
2323
class SequenceMatcher

0 commit comments

Comments
 (0)
Please sign in to comment.