Skip to content

Commit 1cdd3dc

Browse files
committed
prepare 1.13
1 parent 2f11a9d commit 1cdd3dc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

lib/jblond/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Chris Boulton <[email protected]>
1717
* @copyright (c) 2009 Chris Boulton
1818
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19-
* @version 1.12
19+
* @version 1.13
2020
* @link https://github.com/JBlond/php-diff
2121
*/
2222
class Diff

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Chris Boulton <[email protected]>
1414
* @copyright (c) 2009 Chris Boulton
1515
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
16-
* @version 1.12
16+
* @version 1.13
1717
* @link https://github.com/JBlond/php-diff
1818
*/
1919
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
@@ -11,7 +11,7 @@
1111
* @author Chris Boulton <[email protected]>
1212
* @copyright (c) 2009 Chris Boulton
1313
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
14-
* @version 1.12
14+
* @version 1.13
1515
* @link https://github.com/JBlond/php-diff
1616
*/
1717
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
@@ -11,7 +11,7 @@
1111
* @author Chris Boulton <[email protected]>
1212
* @copyright (c) 2009 Chris Boulton
1313
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
14-
* @version 1.12
14+
* @version 1.13
1515
* @link https://github.com/JBlond/php-diff
1616
*/
1717
class SideBySide extends HtmlArray

lib/jblond/Diff/Renderer/RendererAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Chris Boulton <[email protected]>
1414
* @copyright (c) 2009 Chris Boulton
1515
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
16-
* @version 1.12
16+
* @version 1.13
1717
* @link https://github.com/JBlond/php-diff
1818
*/
1919
abstract class RendererAbstract

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Chris Boulton <[email protected]>
1414
* @copyright (c) 2009 Chris Boulton
1515
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
16-
* @version 1.12
16+
* @version 1.13
1717
* @link https://github.com/JBlond/php-diff
1818
*/
1919
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
@@ -13,7 +13,7 @@
1313
* @author Chris Boulton <[email protected]>
1414
* @copyright (c) 2009 Chris Boulton
1515
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
16-
* @version 1.12
16+
* @version 1.13
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
@@ -11,7 +11,7 @@
1111
* @author Chris Boulton <[email protected]>
1212
* @copyright (c) 2009 Chris Boulton
1313
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
14-
* @version 1.12
14+
* @version 1.13
1515
* @link https://github.com/JBlond/php-diff
1616
*/
1717
class SequenceMatcher

0 commit comments

Comments
 (0)