diff --git a/dspace/docs/convert2DB.sh b/dspace/docs/convert2DB.sh
index d35bdb6876..7d28a17eec 100755
--- a/dspace/docs/convert2DB.sh
+++ b/dspace/docs/convert2DB.sh
@@ -5,7 +5,9 @@
# Developed On Ubuntu Hardy Heron, you'll need at least:
# apt-get install herold docbook-utils docbook2x xsltproc docbook-xsl dbdoclet
-VERSION="1.5.1"
+if [ "a$DS_VERSION" == "a" ]; then
+ DS_VERSION="1.5.2"
+fi
DBxml="docbook"
HTMLfinal="html"
@@ -45,7 +47,7 @@ if [ $haveDB -lt 1 ]; then
filelist=`ls *html`
cd ..
- title="DSpace $VERSION Manual"
+ title="DSpace $DS_VERSION Manual"
# The initial raw html to db conversion:
for file in $filelist; do
@@ -93,7 +95,7 @@ if [ $haveDB -lt 1 ]; then