diff options
| author | Justin Ross <jross@apache.org> | 2012-11-19 20:04:46 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2012-11-19 20:04:46 +0000 |
| commit | 159ebe8825dd685734fd2ee00718b1ab0c6e4ac3 (patch) | |
| tree | 3fa4cb01df26ff2ba6fb9d2557d7b75773ffc6c1 /qpid/java/bdbstore | |
| parent | 95a8713e57f945f331f974f5840b118b5725f786 (diff) | |
| download | qpid-python-159ebe8825dd685734fd2ee00718b1ab0c6e4ac3.tar.gz | |
QPID-4377: Update trunk versions to 0.21
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1411381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
| -rwxr-xr-x | qpid/java/bdbstore/bin/backup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/bdbstore/bin/backup.sh b/qpid/java/bdbstore/bin/backup.sh index 61311cd2ef..a24e2eb23a 100755 --- a/qpid/java/bdbstore/bin/backup.sh +++ b/qpid/java/bdbstore/bin/backup.sh @@ -34,7 +34,7 @@ if [ -z "${QPID_HOME}" ]; then export QPID_HOME=`cd ${WHEREAMI}/../ && pwd` fi -VERSION=0.19 +VERSION=0.21 # BDB's je JAR expected to be found in lib/opt LIBS="${QPID_HOME}/lib/opt/*:${QPID_HOME}/lib/qpid-bdbstore-${VERSION}.jar:${QPID_HOME}/lib/qpid-all.jar" |
