diff options
-rwxr-xr-x | Config | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -13,8 +13,6 @@ # ########################################################################### -set -x - echo2 () { $ECHO2 "$*$ECHO2SUF" # these are defined later } diff --git a/version.log b/version.log index e86951362..78028846d 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="754" +VERSION_BUILD="756" # $Log$ # +# BUILD : 1.7.8 (756) +# BUGS : N/A +# NOTES : Turnend -x off +# # BUILD : 1.7.8 (754) # BUGS : N/A # NOTES : store default vales in Config properly |