build version 17.1.1-6
This commit is contained in:
parent
115503ad90
commit
4640c720d0
2 changed files with 4 additions and 6 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue