diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-01-04 21:18:24 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-01-04 21:18:24 +0000 |
| commit | 8fc21f402dfef2e82233d4694bd67650e8df1d3a (patch) | |
| tree | 0867374787cefa8d685e77650e80526120ba8fbf /qpid/cpp | |
| parent | 9868b7cc25c99f92c1ad645117e44fbdb189c335 (diff) | |
| download | qpid-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')
| -rw-r--r-- | qpid/cpp/configure.ac | 2 | ||||
| -rwxr-xr-x | qpid/cpp/src/qpid/Version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 5603f70f60..4fcd306341 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -11,7 +11,7 @@ dnl dnl When updating the name/version number here, also update it in dnl src/qpid/Version.h -AC_INIT([qpidc], [0.6], [dev@qpid.apache.org]) +AC_INIT([qpidc], [0.7], [dev@qpid.apache.org]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects]) 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 } |
