summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-03-11 17:10:57 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-03-11 17:10:57 +0000
commitf64fc1be6885fa4b88da7396b1eb93309cfc7e0f (patch)
tree3a309fb133187e8c7e7c88585ccc8f3d4646564e /qpid/cpp/src
parentbd41ee0b1105d067e4e03e546c783184b7be0b21 (diff)
downloadqpid-python-f64fc1be6885fa4b88da7396b1eb93309cfc7e0f.tar.gz
Update versions to 0.5
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752529 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rwxr-xr-xqpid/cpp/src/qpid/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/Version.h b/qpid/cpp/src/qpid/Version.h
index 9bd561b7a9..ab7957e000 100755
--- a/qpid/cpp/src/qpid/Version.h
+++ b/qpid/cpp/src/qpid/Version.h
@@ -36,7 +36,7 @@ namespace qpid {
# endif
#else
const std::string product = "qpidc";
- const std::string version = "0.3";
+ const std::string version = "0.5";
const std::string saslName = "qpid-broker";
#endif
}