diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-09-24 09:54:26 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-09-24 09:54:26 -0230 |
commit | f1cf78361661a49af2116bf6950ca962807fd96e (patch) | |
tree | 652fa2bf67c464be96e0a97c5d6811f7084b35c2 /cpp/src | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-f1cf78361661a49af2116bf6950ca962807fd96e.tar.bz2 ice-f1cf78361661a49af2116bf6950ca962807fd96e.tar.xz ice-f1cf78361661a49af2116bf6950ca962807fd96e.zip |
Changed version to 3.3
Diffstat (limited to 'cpp/src')
-rw-r--r--[-rwxr-xr-x] | cpp/src/ca/iceca | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/ca/iceca b/cpp/src/ca/iceca index fb843cba17b..937349cea8d 100755..100644 --- a/cpp/src/ca/iceca +++ b/cpp/src/ca/iceca @@ -74,7 +74,7 @@ if sys.argv[script] == "import": # development. "/usr/bin" handles RPM installs and "/opt/..." # handles standard tarball installs. # - checkLocations = [os.path.dirname(sys.argv[0]), ".", "/usr/bin", "/opt/Ice-3.2.0/bin"] + checkLocations = [os.path.dirname(sys.argv[0]), ".", "/usr/bin", "/opt/Ice-3.3.0/bin"] if os.getenv("ICE_HOME"): checkLocations.append(os.path.join(os.getenv("ICE_HOME"), "bin")) for bindir in checkLocations: |