3 Commits

Author SHA1 Message Date
Andrew Johnson b67203ed1c Update module version and release date for V4.6.0-rc1 2016-08-26 16:02:05 -05:00
Ralph Lange 400f842b64 jenkins: once again fix doc job upload to SourceForge 2016-08-24 14:02:39 +02:00
Ralph Lange cae8fee431 jenkins: fix doc job upload to SourceForge 2016-08-20 21:36:39 +02:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<div class="head">
<h1>EPICS pvaClientCPP</h1>
<h2 class="nocount">Release 4.2.0-SNAPSHOT - 2016-07-14</h2>
<h2 class="nocount">Release 4.2.1 - 2016-08-26</h2>
<h2 class="nocount">Abstract</h2>
+2 -2
View File
@@ -65,9 +65,9 @@ doxygen
###########################################
# Publish
if [ "${PUBLISH}" != "DONT" ]; then
if [ "${PUBLISH}" != "NO" ]; then
# Upload explicit dummy to ensure target directory exists
echo "Created by CloudBees Jenkins upload job. Should be deleted as part of the job." > DUMMY
rsync -q -e ssh DUMMY epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/DUMMY
rsync -q -e ssh DUMMY epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/
rsync -aqP --delete -e ssh documentation epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/
fi
+1 -1
View File
@@ -6,7 +6,7 @@ include $(TOP)/configure/CONFIG
LIBRARY += pvaClient
# shared library ABI version.
SHRLIB_VERSION ?= 4.2.0
SHRLIB_VERSION ?= 4.2
INC += pv/pvaClient.h
INC += pv/pvaClientMultiChannel.h