File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22<xs : schema xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
33 <xs : annotation >
44 <xs : documentation source =" http://www.phpbu.de/" >
5- This schema file defines the rules by which the XML configuration file of phpbu 5.1 may be structured.
5+ This schema file defines the rules by which the XML configuration file of phpbu 5.2 may be structured.
66 </xs : documentation >
77 </xs : annotation >
88
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function getVersionNumber() : string
8080 public static function id () : string
8181 {
8282 if (self ::$ version === null ) {
83- $ version = new self ('5.1.11 ' , dirname (dirname (__DIR__ )));
83+ $ version = new self ('5.2.0 ' , dirname (dirname (__DIR__ )));
8484 self ::$ version = $ version ->getVersionNumber ();
8585 }
8686
Original file line number Diff line number Diff line change 1414 */
1515class VersionTest extends \PHPUnit \Framework \TestCase
1616{
17- const VERSION = '5.1 ' ;
17+ const VERSION = '5.2 ' ;
1818
1919 /**
2020 * Tests Version::createSource
You can’t perform that action at this time.
0 commit comments