Small typos

Bump version to 4.0.9
This commit is contained in:
Robert Adams
2024-09-28 14:45:31 +00:00
parent fb7bfafd69
commit 9a4a8ff80b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
4.0.8
4.0.9
+2 -2
View File
@@ -5,7 +5,7 @@
; this Includes.ini is read to setup global variables and then
; include the files that are in the $OPENSIMCONFIGDIR/config-include
; directory.
; Most of the included files are stock from the sources. The final "misc.ini"
; Most of the included files are stock from the sources. The final "Final.ini"
; overlays values and should include the per-simulator instance changes.
; The order of include files is important as new values overlay the previous values.
@@ -75,7 +75,7 @@
[Architecture]
Include-osslDefaultEnable = "/home/opensim/opensim/bin/config/config-include/osslDefaultEnable.ini"
; 'osslDefaultEnable.ini' includes the now empty 'bin/config-include/osslEnable.ini.ini'.
; 'osslDefaultEnable.ini' includes the now empty 'bin/config-include/osslEnable.ini'.
; The next line includes the 'osslEnable.ini' from this configuration.
Include-osslEnable = "/home/opensim/opensim/bin/config/config-include/osslEnable.ini"
+1 -1
View File
@@ -14,7 +14,7 @@ BASE=$(pwd)
# source ./envToEnvironment.sh
source ./env
# The selects the configuration to mount and use in the Docker image
# This selects the configuration to mount and use in the Docker image
export OS_CONFIG=${OS_CONFIG:-standalone}
echo "Using configuration \"$OS_CONFIG\""