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/ .metadata/
.gitignore
ldm/Debug ldm/Debug
test-bin/ test-bin/
testbin/ testbin/
testBin/ testBin/
bin-test/ bin-test/
bin
.idea
*.swp
*.class *.class
*.pyo *.pyo
*.pyc *.pyc
*.o *.o
*.log *.orig

View file

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