diff options
author | Martin Ritchie <ritchiem@apache.org> | 2009-03-11 17:10:57 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2009-03-11 17:10:57 +0000 |
commit | 135286d7862207640ccba02698308151ed0c738c (patch) | |
tree | f900f05418cffd9806926d8c673882dbd3d6b1e4 /cpp | |
parent | 59451f5205c23613d33b9ee2452ea2214ad89cbd (diff) | |
download | qpid-python-135286d7862207640ccba02698308151ed0c738c.tar.gz |
Update versions to 0.5
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752529 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/configure.ac | 2 | ||||
-rwxr-xr-x | cpp/src/qpid/Version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 144ca3b607..4cdad71858 100644 --- a/cpp/configure.ac +++ b/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.4], [qpid-dev@incubator.apache.org]) +AC_INIT([qpidc], [0.5], [dev@qpid.apache.org]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects]) diff --git a/cpp/src/qpid/Version.h b/cpp/src/qpid/Version.h index 9bd561b7a9..ab7957e000 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.3"; + const std::string version = "0.5"; const std::string saslName = "qpid-broker"; #endif } |