diff options
Diffstat (limited to 'cpp/src/qpid/Version.h')
-rwxr-xr-x | cpp/src/qpid/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |