Updated versions to dev28 (git) and dev3 (ssh)
This commit is contained in:
parent
a91c25cc08
commit
47d6b0d062
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
function setConstant() {
|
function setConstant() {
|
||||||
export "SOSGIT_VERSION=13"
|
export "SOSGIT_VERSION=dev28"
|
||||||
}
|
}
|
||||||
function getDefaultConfiguration() {
|
function getDefaultConfiguration() {
|
||||||
# SOSGIT_CONFIGVERSION=6
|
# SOSGIT_CONFIGVERSION=6
|
||||||
|
|
|
@ -3,7 +3,7 @@ function varCleanup() {
|
||||||
export "SOSSSH_PASSWD="
|
export "SOSSSH_PASSWD="
|
||||||
}
|
}
|
||||||
function setConstant() {
|
function setConstant() {
|
||||||
export "SOSSSH_VERSION=1"
|
export "SOSSSH_VERSION=dev3"
|
||||||
}
|
}
|
||||||
function getDefaultConfiguration() {
|
function getDefaultConfiguration() {
|
||||||
# SOSSSH_CONFIGVERSION=1
|
# SOSSSH_CONFIGVERSION=1
|
||||||
|
|
Reference in a new issue