diff options
| author | Justin Ross <jross@apache.org> | 2012-07-09 16:00:46 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2012-07-09 16:00:46 +0000 |
| commit | 85e3d1500ece26b9681406dfe5abce08c88f0718 (patch) | |
| tree | 499fcfb45ca40ab0a7803eb8ed770e242afa7512 /qpid/java/bdbstore/bin | |
| parent | e3ad2146c1fec714e34e09639dba2bcb6b79a30a (diff) | |
| download | qpid-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-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 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" |
