Skip to content

Commit

Permalink
chore(version): bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Apr 27, 2016
1 parent 1088e6f commit aa2b989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qamqp.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QAMQP_VERSION = 0.4.0
QAMQP_VERSION = 0.5.0

isEmpty(QAMQP_LIBRARY_TYPE) {
QAMQP_LIBRARY_TYPE = shared
Expand Down
2 changes: 1 addition & 1 deletion src/qamqpglobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#define AMQP_BASIC_APP_ID_FLAG (1 << 3)
#define AMQP_BASIC_CLUSTER_ID_FLAG (1 << 2)

#define QAMQP_VERSION "0.4.0"
#define QAMQP_VERSION "0.5.0"

#define AMQP_CONNECTION_FORCED 320

Expand Down

0 comments on commit aa2b989

Please sign in to comment.