summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/bin
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2012-07-09 16:00:46 +0000
committerJustin Ross <jross@apache.org>2012-07-09 16:00:46 +0000
commit85e3d1500ece26b9681406dfe5abce08c88f0718 (patch)
tree499fcfb45ca40ab0a7803eb8ed770e242afa7512 /qpid/java/bdbstore/bin
parente3ad2146c1fec714e34e09639dba2bcb6b79a30a (diff)
downloadqpid-python-85e3d1500ece26b9681406dfe5abce08c88f0718.tar.gz
QPID-4111: Move trunk version numbers to 0.19
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1359235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore/bin')
-rwxr-xr-xqpid/java/bdbstore/bin/backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/bdbstore/bin/backup.sh b/qpid/java/bdbstore/bin/backup.sh
index f3386e79dc..61311cd2ef 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.17
+VERSION=0.19
# 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"