summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2010-01-20 09:42:37 -0330
committerDwayne Boone <dwayne@zeroc.com>2010-01-20 09:42:37 -0330
commitdb6ecd66170a3c32d93674dd6e4714754ffc17f1 (patch)
treedde562938d59b17da5fe0ef8dd215712968d884f /demoscript/Util.py
parentRemove not-working CopyLocal preservation (diff)
downloadice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.tar.bz2
ice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.tar.xz
ice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.zip
Updated version to 3.4.0
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r--demoscript/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index 67091d45dab..180ce1eab7a 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -114,7 +114,7 @@ def configurePaths():
# Only add the lib directory to the shared library path if we're
# not using the embedded location.
- if libDir and iceHome != "/opt/Ice-3.4b":
+ if libDir and iceHome != "/opt/Ice-3.4":
addLdPath(libDir)
if not iceHome: