diff options
| author | Alan Conway <aconway@apache.org> | 2010-03-17 16:33:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-03-17 16:33:50 +0000 |
| commit | f9910e9a26fe2c5c12f32187fdb3525ceb9cd873 (patch) | |
| tree | 9aee34c9ca7b7017e8a4ca4d6333b7d126337aef /qpid/cpp/src | |
| parent | 0438dd333140c25e840a00d0ec225e379f48c5a1 (diff) | |
| download | qpid-python-f9910e9a26fe2c5c12f32187fdb3525ceb9cd873.tar.gz | |
C++ automake build picks up version number from qpid/QPID_VERSION.txt.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rwxr-xr-x | qpid/cpp/src/qpid/Version.h.in (renamed from qpid/cpp/src/qpid/Version.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/Version.h b/qpid/cpp/src/qpid/Version.h.in index c8add11112..b85935a756 100755 --- a/qpid/cpp/src/qpid/Version.h +++ b/qpid/cpp/src/qpid/Version.h.in @@ -36,7 +36,7 @@ namespace qpid { # endif #else const std::string product = "qpidc"; - const std::string version = "0.7"; + const std::string version = "@VERSION@"; const std::string saslName = "qpid-broker"; #endif } |
