summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-11-25 07:07:09 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-11-25 07:07:09 +0000
commita9a4c722857af04c2385d9e797cff115b6dbce9a (patch)
tree39e9bbd3aeb03e9d1f2c0a90de03bf83e07be7f0 /cpp/src
parentb0fe4bb9740a7f1eca01a13f01de71c7f0cec3b7 (diff)
downloadqpid-python-a9a4c722857af04c2385d9e797cff115b6dbce9a.tar.gz
Updated qpid version to 0.6
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@883999 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/qpid/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/Version.h b/cpp/src/qpid/Version.h
index ab7957e000..67c0281ac5 100755
--- a/cpp/src/qpid/Version.h
+++ b/cpp/src/qpid/Version.h
@@ -36,7 +36,7 @@ namespace qpid {
# endif
#else
const std::string product = "qpidc";
- const std::string version = "0.5";
+ const std::string version = "0.6";
const std::string saslName = "qpid-broker";
#endif
}