Skip to content

Commit fab2a43

Browse files
committed
prepare 1.14
1 parent 039fab0 commit fab2a43

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
@@ -18,7 +18,7 @@
1818
* @author Chris Boulton <[email protected]>
1919
* @copyright (c) 2009 Chris Boulton
2020
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
21-
* @version 1.13
21+
* @version 1.14
2222
* @link https://github.com/JBlond/php-diff
2323
*/
2424
class Diff

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

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

lib/jblond/Diff/Renderer/RendererAbstract.php

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Chris Boulton <[email protected]>
1616
* @copyright (c) 2009 Chris Boulton
1717
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18-
* @version 1.13
18+
* @version 1.14
1919
* @link https://github.com/JBlond/php-diff
2020
*/
2121
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
@@ -15,7 +15,7 @@
1515
* @author Chris Boulton <[email protected]>
1616
* @copyright (c) 2009 Chris Boulton
1717
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18-
* @version 1.13
18+
* @version 1.14
1919
* @link https://github.com/JBlond/php-diff
2020
*/
2121

lib/jblond/Diff/SequenceMatcher.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.13
16+
* @version 1.14
1717
* @link https://github.com/JBlond/php-diff
1818
*/
1919
class SequenceMatcher

0 commit comments

Comments
 (0)