summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-01-04 21:18:24 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-01-04 21:18:24 +0000
commit8fc21f402dfef2e82233d4694bd67650e8df1d3a (patch)
tree0867374787cefa8d685e77650e80526120ba8fbf /qpid/cpp/src
parent9868b7cc25c99f92c1ad645117e44fbdb189c335 (diff)
downloadqpid-python-8fc21f402dfef2e82233d4694bd67650e8df1d3a.tar.gz
Upped qpid version to 0.7 for next development cycle
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@895789 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 67c0281ac5..c8add11112 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.6";
+ const std::string version = "0.7";
const std::string saslName = "qpid-broker";
#endif
}