v0.2 references

This commit is contained in:
Chris Boden 2012-09-07 14:20:05 -04:00
parent c2eb87b78d
commit eef375ddae
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ CHANGELOG
---
* 0.2 (2012-07-TBD)
* 0.2 (2012-09-07)
* Ratchet passes every non-binary-frame test from the Autobahn Testsuite
* Major performance improvements

View File

@ -5,7 +5,7 @@ namespace Ratchet;
* The version of Ratchet being used
* @var string
*/
const VERSION = 'Ratchet/0.2b';
const VERSION = 'Ratchet/0.2';
/**
* A proxy object representing a connection to the application

View File

@ -3,7 +3,7 @@
, "outdir": "reports/profile"
, "servers": [
{"agent": "Ratchet-libevent/0.2b", "url": "ws://localhost:8000", "options": {"version": 18}}
{"agent": "Ratchet-libevent/0.2", "url": "ws://localhost:8000", "options": {"version": 18}}
]
, "cases": ["9.7.4"]