Bumping the version number to 2.7.2

This commit is contained in:
Ben Ramsey
2014-07-28 12:51:57 -05:00
parent 023de5627b
commit ccabc07c64
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
* 2.7.2 (2014-07-28)
* Upgraded to PSR-4 autoloading
* Testing upgrades:
* Testing against PHP 5.6
* Testing with PHPUnit 4
* Using Coveralls.io to generate code coverage reports
* Documentation fixes
* 2.7.1 (2014-02-19)
* Moved moontoast/math and symfony/console to require-dev; fixes #20
* Now supporting symfony/console for 2.3 (LTS version); fixes #21
+1 -1
View File
@@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev"
"dev-master": "2.7.x-dev"
}
}
}
+1 -1
View File
@@ -93,7 +93,7 @@ final class Uuid
/**
* Version of the Rhumsaa\Uuid package
*/
const VERSION = '2.8.x-dev';
const VERSION = '2.7.2';
/**
* For testing, 64-bit system override; if true, treat the system as 32-bit