Version tagging

This commit is contained in:
Chris Boden 2012-07-12 19:52:04 -04:00
parent b27a7e4be8
commit 1e298c634b
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?php
namespace Ratchet;
const VERSION = 'Ratchet/0.1.4';
const VERSION = 'Ratchet/0.1.5';
/**
* A proxy object representing a connection to the application

View File

@ -4,8 +4,8 @@
, "outdir": "../reports/ab"
, "servers": [
{"agent": "Ratchet-libevent/v0.2b", "url": "ws://localhost:8000", "options": {"version": 18}}
, {"agent": "Ratchet-stream/v0.2b", "url": "ws://localhost:8001", "options": {"version": 18}}
{"agent": "Ratchet-libevent/v0.1.5", "url": "ws://localhost:8000", "options": {"version": 18}}
, {"agent": "Ratchet-stream/v0.1.5", "url": "ws://localhost:8001", "options": {"version": 18}}
]
, "cases": ["*"]