summaryrefslogtreecommitdiff
path: root/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
commitae7374cb177508b2fc4a0c7d5ed62476fb9a140f (patch)
treeac6e8181810de93898011fa40c51aa3bae1fe102 /cpp/src
parenta05693d366af6afcb663fbfa8c60d6bc2064a02e (diff)
downloadqpid-python-ae7374cb177508b2fc4a0c7d5ed62476fb9a140f.tar.gz
Upped qpid version to 0.7 for next development cycle
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@895789 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 67c0281ac5..c8add11112 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.6";
+ const std::string version = "0.7";
const std::string saslName = "qpid-broker";
#endif
}