Skip to content

Commit

Permalink
V0.8.44
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcok committed Apr 13, 2020
1 parent ca363e3 commit 89de7f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions OpenJML/buildRelease.sh
Expand Up @@ -38,8 +38,9 @@ RB=releaseBuilds
DATE=`date +%Y%m%d`
BRANCH=`git rev-parse --abbrev-ref HEAD`
##BRANCH=`git branch | grep '*' | sed 's/* //'`
echo Branch = ${BRANCH}, Date = ${DATE}
if [ "${BRANCH}" = "master" ]; then VERSION=$DATE ; else VERSION=${BRANCH}-${DATE}; fi
NUM=`cat ../OpenJMLFeature/feature.xml | grep version | grep -v xml | head -1 | sed -e 's/ version=//' -e 's/\"//g'`
echo Branch = ${BRANCH}, VersionNumber = ${NUM}, Date = ${DATE}
if [ "${BRANCH}" = "master" ]; then VERSION=${NUM}-$DATE ; else VERSION=${BRANCH}-${DATE}; fi

NAME=openjml-${VERSION}.zip

Expand Down
8 changes: 4 additions & 4 deletions OpenJMLFeature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jmlspecs.openjml.OpenJMLFeature"
label="OpenJML"
version="0.8.43"
version="0.8.44"
provider-name="David R. Cok">

<description url="http://jmlspecs.sourceforge.net">
Expand Down Expand Up @@ -33,21 +33,21 @@ https://sourceforge.net/projects/jmlspecs/
id="org.jmlspecs.annotation"
download-size="0"
install-size="0"
version="0.8.43"
version="0.8.44"
unpack="false"/>

<plugin
id="org.jmlspecs.OpenJMLUI"
download-size="0"
install-size="0"
version="0.8.43"
version="0.8.44"
unpack="false"/>

<plugin
id="org.jmlspecs.Specs"
download-size="0"
install-size="0"
version="0.8.43"
version="0.8.44"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion OpenJMLUI/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OpenJMLUI
Bundle-SymbolicName: org.jmlspecs.OpenJMLUI;singleton:=true
Bundle-Version: 0.8.43
Bundle-Version: 0.8.44
Bundle-ClassPath: bin/,
jmlruntime.jar,
jSMTLIB.jar,
Expand Down

0 comments on commit 89de7f7

Please sign in to comment.