summaryrefslogtreecommitdiff
path: root/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
commitb9ee2ad68b3112d95e92d764bf5c8ecb4efbe2ac (patch)
treeefecf39a23b34ce159e49f5003018067033526d6 /java/bdbstore/bin
parent099e4d88508acfbd403dfefe27ede73f1ee67fe0 (diff)
downloadqpid-python-b9ee2ad68b3112d95e92d764bf5c8ecb4efbe2ac.tar.gz
QPID-4111: Move trunk version numbers to 0.19
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1359235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/bdbstore/bin')
-rwxr-xr-xjava/bdbstore/bin/backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bdbstore/bin/backup.sh b/java/bdbstore/bin/backup.sh
index f3386e79dc..61311cd2ef 100755
--- a/java/bdbstore/bin/backup.sh
+++ b/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"