summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_File_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/CDR_File_Test.cpp')
-rw-r--r--ACE/tests/CDR_File_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/CDR_File_Test.cpp b/ACE/tests/CDR_File_Test.cpp
index c10f0c2323a..edc6c8d8fd8 100644
--- a/ACE/tests/CDR_File_Test.cpp
+++ b/ACE/tests/CDR_File_Test.cpp
@@ -338,7 +338,7 @@ run_main (int argc, ACE_TCHAR *argv[])
ACE_TEXT ("This is ACE Version %u.%u.%u\n\n"),
ACE::major_version (),
ACE::minor_version (),
- ACE::beta_version ()));
+ ACE::micro_version ()));
ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("f:rw"));
int opt;