diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-07-15 17:36:11 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-07-15 17:36:11 +0000 |
commit | 08d0be306e431b3296f4e33b49beef96aafd6f84 (patch) | |
tree | 92f10ec363a6692c4224d960255038fa2ba4cc33 /cpp/src/slice2cppe/Main.cpp | |
parent | removing Ice-E code (diff) | |
download | ice-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.cpp | 2 |
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; } |