Skip to content

Commit f44ee81

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @author Ferry Cools <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Ferry Cools <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Ferry Cools <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Ferry Cools <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Mario Brandt <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @package jblond\Diff\Renderer\Text
1414
* @author Mario Brandt <[email protected]>
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Ferry Cools <[email protected]>
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)