Change version
This commit is contained in:
parent
fd64ee6a59
commit
8cd2702641
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue