Change version

This commit is contained in:
fuCtor 2012-05-24 02:54:09 -07:00
parent fd64ee6a59
commit 8cd2702641
2 changed files with 5 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void ConnectionPrivate::startOk()
QDataStream stream(&arguments_, QIODevice::WriteOnly);
QAMQP::Frame::TableField clientProperties;
clientProperties["version"] = QString("0.0.3");
clientProperties["version"] = QString(QAMQP_VERSION);
clientProperties["platform"] = QString("Qt %1").arg(qVersion());
clientProperties["product"] = QString("QAMQP");
QAMQP::Frame::serialize(stream, clientProperties);

View File

@ -13,6 +13,10 @@
#define AMQPPSWD "guest"
#define FRAME_MAX 131072
#define QAMQP_VERSION "0.1.0"
#define AMQP_CONNECTION_FORCED 320
#define P_DECLARE_PRIVATE(Class) \