build version 17.1.1-6

This commit is contained in:
mjames-upc 2018-02-27 09:39:03 -07:00
parent 115503ad90
commit 4640c720d0
2 changed files with 4 additions and 6 deletions

8
.gitignore vendored
View file

@ -1,15 +1,13 @@
bin/
.metadata/
.gitignore
ldm/Debug
test-bin/
testbin/
testBin/
bin-test/
bin
.idea
*.swp
*.class
*.pyo
*.pyc
*.o
*.log
*.orig

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Version
export AWIPSII_VERSION="17.1.1"
export AWIPSII_RELEASE="5"
export AWIPSII_RELEASE="6"
# Author
export AWIPSII_BUILD_VENDOR="UCAR"
export AWIPSII_BUILD_SITE="Unidata"