summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Main.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-07-15 17:36:11 +0000
committerMark Spruiell <mes@zeroc.com>2005-07-15 17:36:11 +0000
commit08d0be306e431b3296f4e33b49beef96aafd6f84 (patch)
tree92f10ec363a6692c4224d960255038fa2ba4cc33 /cpp/src/slice2cppe/Main.cpp
parentremoving Ice-E code (diff)
downloadice-08d0be306e431b3296f4e33b49beef96aafd6f84.tar.bz2
ice-08d0be306e431b3296f4e33b49beef96aafd6f84.tar.xz
ice-08d0be306e431b3296f4e33b49beef96aafd6f84.zip
moving code from CPlusPlusUtil; show Ice-E version for -v
Diffstat (limited to 'cpp/src/slice2cppe/Main.cpp')
-rw-r--r--cpp/src/slice2cppe/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Main.cpp b/cpp/src/slice2cppe/Main.cpp
index cb8288dcda9..39900a5f5a4 100644
--- a/cpp/src/slice2cppe/Main.cpp
+++ b/cpp/src/slice2cppe/Main.cpp
@@ -92,7 +92,7 @@ main(int argc, char* argv[])
}
if(opts.isSet("v") || opts.isSet("version"))
{
- cout << ICE_STRING_VERSION << endl;
+ cout << ICEE_STRING_VERSION << endl;
return EXIT_SUCCESS;
}